@myinterview/global-api-sdk
Preparing search index...
IApiErrorObj
Interface IApiErrorObj
interface
IApiErrorObj
{
callId
?:
string
;
errorCode
:
number
;
errorDetails
?:
string
;
errorMessage
:
string
|
ValidationError
[]
;
statusCode
:
STATUS_CODES
;
statusReason
:
string
;
time
:
number
|
Date
;
}
Index
Properties
call
Id?
error
Code
error
Details?
error
Message
status
Code
status
Reason
time
Properties
Optional
call
Id
callId
?:
string
error
Code
errorCode
:
number
Optional
error
Details
errorDetails
?:
string
error
Message
errorMessage
:
string
|
ValidationError
[]
status
Code
statusCode
:
STATUS_CODES
status
Reason
statusReason
:
string
time
time
:
number
|
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
call
Id
error
Code
error
Details
error
Message
status
Code
status
Reason
time
@myinterview/global-api-sdk
Loading...