@adcp/client API Reference - v4.19.0
Documentation
GitHub
npm
Preparing search index...
AdcpErrorOptions
Interface AdcpErrorOptions
interface
AdcpErrorOptions
{
message
:
string
;
recovery
?:
ErrorRecovery
;
field
?:
string
;
suggestion
?:
string
;
retry_after
?:
number
;
details
?:
Record
<
string
,
unknown
>
;
}
Index
Properties
message
recovery?
field?
suggestion?
retry_
after?
details?
Properties
message
message
:
string
Optional
recovery
recovery
?:
ErrorRecovery
Optional
field
field
?:
string
Optional
suggestion
suggestion
?:
string
Optional
retry_
after
retry_after
?:
number
Optional
details
details
?:
Record
<
string
,
unknown
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
message
recovery
field
suggestion
retry_
after
details
Documentation
GitHub
npm
@adcp/client API Reference - v4.19.0
Loading...