Class ApiError

Context of an error thrown by an endpoint method.

Instances of this class are passed to error interceptors.

Hierarchy

  • ApiError

Constructors

Properties

endpointController: Controller

Controller instance used to call endpoint method.

endpointMethod: Function

Endpoint method defintion.

endpointMethodParameters: any[]

Parameter values passed to the endpoint method.

error: Error

Error thrown by the endpoint method.

request: Request

HTTP request context.

response: Response

HTTP response context.

Generated using TypeDoc