ErrorResult: { body: string; headers: ResponseHeaders }

The result of an error handling operation.

Type declaration

  • Readonlybody: string

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

  • Readonlyheaders: ResponseHeaders

    Headers to be attached to the response.