@adcp/client API Reference - v4.19.0
Documentation
GitHub
npm
Preparing search index...
ExtractedAdcpError
Interface ExtractedAdcpError
interface
ExtractedAdcpError
{
code
:
string
;
message
:
string
;
recovery
?:
ErrorRecovery
;
field
?:
string
;
suggestion
?:
string
;
retry_after
?:
number
;
details
?:
Record
<
string
,
unknown
>
;
source
:
"structuredContent"
|
"text_json"
|
"text_pattern"
;
compliance_level
:
1
|
2
|
3
;
}
Index
Properties
code
message
recovery?
field?
suggestion?
retry_
after?
details?
source
compliance_
level
Properties
code
code
:
string
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
>
source
source
:
"structuredContent"
|
"text_json"
|
"text_pattern"
Where the error was found in the response
compliance_
level
compliance_level
:
1
|
2
|
3
The compliance level this delivery achieves
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
message
recovery
field
suggestion
retry_
after
details
source
compliance_
level
Documentation
GitHub
npm
@adcp/client API Reference - v4.19.0
Loading...
Where the error was found in the response