Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RequestErrorHandlerContext<TRequest>

Context for 'RequestErrorHandler'.

Type parameters

  • TRequest: express.Request = express.Request

Hierarchy

  • RequestErrorHandlerContext

Index

Properties

Properties

error

error: any

The error.

request

request: TRequest

The current HTTP request context.

response

response: Response

The current HTTP response context.

Generated using TypeDoc