Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AfterRequestHandlerContext<TRequest>

A context for a handler, that is invoked after a controller method.

Type parameters

  • TRequest: express.Request = express.Request

Hierarchy

  • AfterRequestHandlerContext

Index

Properties

Optional error

error: any

The error, if occurred.

executeErrorHandler

executeErrorHandler: boolean

Execute error handler, if an error occurred or not.

request

request: TRequest

The request (context).

response

response: Response

The response (context).

result

result: any

The result of the controller method.

Generated using TypeDoc