Typescript SDK Type Docs
Preparing search index...
History API SDK
ClientResponse
Type Alias ClientResponse<T>
type
ClientResponse
<
T
=
any
>
=
{
body
:
T
;
code
?:
string
;
error
?:
HttpErrorType
;
headers
?:
Record
<
string
,
any
>
;
originalRequest
?:
ClientRequest
;
retryCount
?:
number
;
statusCode
?:
number
;
}
Type Parameters
T
=
any
Index
Properties
body
code?
error?
headers?
original
Request?
retry
Count?
status
Code?
Properties
body
body
:
T
Optional
code
code
?:
string
Optional
error
error
?:
HttpErrorType
Optional
headers
headers
?:
Record
<
string
,
any
>
Optional
original
Request
originalRequest
?:
ClientRequest
Optional
retry
Count
retryCount
?:
number
Optional
status
Code
statusCode
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
body
code
error
headers
original
Request
retry
Count
status
Code
Typescript SDK Type Docs
Loading...