GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/journey-client
types
GenericError
Interface GenericError
interface
GenericError
{
code
?:
string
|
number
;
error
:
string
;
message
?:
string
;
status
?:
string
|
number
;
type
:
|
"argument_error"
|
"auth_error"
|
"davinci_error"
|
"fido_error"
|
"exchange_error"
|
"internal_error"
|
"network_error"
|
"parse_error"
|
"state_error"
|
"unknown_error"
|
"wellknown_error"
;
}
Index
Properties
code?
error
message?
status?
type
Properties
Optional
code
code
?:
string
|
number
error
error
:
string
Optional
message
message
?:
string
Optional
status
status
?:
string
|
number
type
type
:
|
"argument_error"
|
"auth_error"
|
"davinci_error"
|
"fido_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
error
message
status
type
GitHub
Documentation
Loading...