ErrorResult: {
    body: string;
    headers: ResponseHeaders;
}

The result of an error handling operation.

Type declaration

  • Readonly body: string

    The body of the response that is to be sent back from the gateway.

  • Readonly headers: ResponseHeaders

    Headers to be attached to the response.

Generated using TypeDoc