GitHub
Preparing search index...
The search index is not available
Documentation
Documentation
@forgerock/storage
GenericError
Interface GenericError
interface
GenericError
{
code
?:
string
|
number
;
message
:
string
;
type
:
|
"argument_error"
|
"davinci_error"
|
"internal_error"
|
"network_error"
|
"state_error"
|
"unknown_error"
;
}
Index
Properties
code?
message
type
Properties
Optional
code
code
?:
string
|
number
message
message
:
string
type
type
:
|
"argument_error"
|
"davinci_error"
|
"internal_error"
|
"network_error"
|
"state_error"
|
"unknown_error"
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
code
message
type
GitHub
Documentation
Loading...