zibri
    Preparing search index...

    Options for creating a http client error.

    type HttpClientErrorOptions = {
        requestData: HttpClientErrorRequestData | undefined;
        responseData: HttpClientErrorResponseData | undefined;
    }
    Index

    Properties

    requestData: HttpClientErrorRequestData | undefined

    The data of the request, if one could be made.

    responseData: HttpClientErrorResponseData | undefined

    The data of the response, if one could be received.