vapor-chamber API reference - v1.3.0
    Preparing search index...

    Type Alias HttpError

    HttpError: Error & {
        name: "HttpError" | "TimeoutError" | "AbortError";
        response?: HttpResponse;
        status?: number;
        code?: string;
    }

    Type Declaration

    • name: "HttpError" | "TimeoutError" | "AbortError"
    • Optionalresponse?: HttpResponse
    • Optionalstatus?: number
    • Optionalcode?: string

      Machine-readable error code from response body (e.g. 'CART_ITEM_LIMIT_EXCEEDED').