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;} Type declaration
[key: string]: any
Optionalcode?: string
Optionalheaders?: Record<string, any>
message: string
Optionalname?: string
OptionalretryCount?: number
Optionalstatus?: number
statusCode: number