Type alias GatewayHelperServiceErrorHandlerOptions

GatewayHelperServiceErrorHandlerOptions: GatewayHelperServiceBaseFnOptions & {
    error: Error;
}

The information sent to the helper service in order to handle a failed request for an endpoint.

Type declaration

  • error: Error

    The error generated during the request.

Generated using TypeDoc