Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Client v3
HttpErrorType
Type Alias HttpErrorType
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
body
?:
JsonObject
Optional
code
?:
string
Optional
headers
?:
Record
<
string
,
any
>
Optional
message
?:
string
method
:
MethodType
Optional
name
?:
string
Optional
originalRequest
?:
ClientRequest
Optional
retryCount
?:
number
Optional
status
?:
number
statusCode
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typescript SDK Type Docs
Loading...