Typescript SDK Type Docs
    Preparing search index...

    Type Alias HttpErrorType

    type HttpErrorType = {
        body: JsonObject;
        code?: string;
        headers?: Record<string, any>;
        message: string;
        method: MethodType;
        name?: string;
        originalRequest?: ClientRequest;
        retryCount?: number;
        status?: number;
        statusCode: number;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    code?: string
    headers?: Record<string, any>
    message: string
    method: MethodType
    name?: string
    originalRequest?: ClientRequest
    retryCount?: number
    status?: number
    statusCode: number