Documentation
    Preparing search index...

    Interface HttpRequestErrorOptions

    interface HttpRequestErrorOptions {
        cause?: unknown;
        requestUrl?: string;
        response?: Response;
        responseBody?: string;
        statusCode?: number;
        statusText?: string;
        url?: string;
    }

    Hierarchy

    • ErrorOptions
      • HttpRequestErrorOptions
    Index

    Properties

    cause?: unknown
    requestUrl?: string
    response?: Response
    responseBody?: string
    statusCode?: number
    statusText?: string
    url?: string