Preparing search index...
The search index is not available
Typescript SDK Type Docs
Typescript SDK Type Docs
Client v3
ClientResponse
Type Alias ClientResponse<T>
ClientResponse
:
{
body
?:
T
;
code
?:
string
;
error
?:
HttpErrorType
;
headers
?:
Record
<
string
,
any
>
;
retryCount
?:
number
;
statusCode
?:
number
;
}
Type Parameters
T
=
any
Type declaration
Optional
body
?:
T
Optional
code
?:
string
Optional
error
?:
HttpErrorType
Optional
headers
?:
Record
<
string
,
any
>
Optional
retryCount
?:
number
Optional
statusCode
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Typescript SDK Type Docs
Loading...