@beholdio/ts-lambda-api - v2.4.8
    Preparing search index...

    Class ApiError

    Context of an error thrown by an endpoint method.

    Instances of this class are passed to error interceptors.

    Index

    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.