jimpex
    Preparing search index...

    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.