Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
ApiErrorResponse
Interface ApiErrorResponse<U>
interface
ApiErrorResponse
<
U
>
{
config
?:
AxiosRequestConfig
<
any
>
;
data
?:
U
;
duration
?:
number
;
headers
?:
Record
<
string
,
string
>
;
ok
:
false
;
originalError
:
AxiosError
<
U
>
;
problem
:
PROBLEM_CODE
;
status
?:
number
;
}
Type Parameters
U
Index
Properties
config?
data?
duration?
headers?
ok
original
Error
problem
status?
Properties
Optional
config
config
?:
AxiosRequestConfig
<
any
>
Optional
data
data
?:
U
Optional
duration
duration
?:
number
Optional
headers
headers
?:
Record
<
string
,
string
>
ok
ok
:
false
original
Error
originalError
:
AxiosError
<
U
>
problem
problem
:
PROBLEM_CODE
Optional
status
status
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
data
duration
headers
ok
original
Error
problem
status
edocu-sdk
Loading...