Interface: MiddlewareErrorContext
The context sent in the error events.
Since
1.2.0
Properties
match
match:
RouteMatch
The route match.
Since
1.2.0
Source
projects/plugins/packages/api/src/lib/structures/http/Server.ts:256
request
request:
ApiRequest
The erroneous request.
Since
1.2.0
Source
projects/plugins/packages/api/src/lib/structures/http/Server.ts:244
response
response:
ApiResponse<IncomingMessage>
The server's response.
Since
1.2.0
Source
projects/plugins/packages/api/src/lib/structures/http/Server.ts:250