GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/davinci-client
index
DaVinciError
Interface DaVinciError
interface
DaVinciError
{
code
?:
string
|
number
;
collectors
?:
CollectorErrors
[]
;
internalHttpStatus
?:
number
;
message
:
string
;
status
:
"error"
|
"failure"
|
"unknown"
;
type
:
|
"fido_error"
|
"argument_error"
|
"auth_error"
|
"davinci_error"
|
"exchange_error"
|
"internal_error"
|
"network_error"
|
"parse_error"
|
"state_error"
|
"unknown_error"
|
"wellknown_error"
;
}
Hierarchy
Omit
<
GenericError
,
"error"
>
DaVinciError
Index
Properties
code?
collectors?
internal
Http
Status?
message
status
type
Properties
Optional
code
code
?:
string
|
number
Optional
collectors
collectors
?:
CollectorErrors
[]
Optional
internal
Http
Status
internalHttpStatus
?:
number
message
message
:
string
status
status
:
"error"
|
"failure"
|
"unknown"
type
type
:
|
"fido_error"
|
"argument_error"
|
"auth_error"
|
"davinci_error"
|
"exchange_error"
|
"internal_error"
|
"network_error"
|
"parse_error"
|
"state_error"
|
"unknown_error"
|
"wellknown_error"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
collectors
internal
Http
Status
message
status
type
GitHub
Documentation
Loading...