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
Optional
code?: string
Optional
headers?: Record<string, any>
message: string
Optional
name?: string
Optional
retryCount?: number
Optional
status?: number
statusCode: number