@adcp/client API Reference - v3.3.3
Documentation
GitHub
npm
Preparing search index...
handleAdCPResponse
Function handleAdCPResponse
handleAdCPResponse
(
response
:
Response
,
expectedSchema
:
string
,
agentName
:
string
,
)
:
Promise
<
{
success
:
boolean
;
data
?:
any
;
error
?:
string
;
warnings
?:
string
[]
}
,
>
Handle AdCP response with comprehensive error checking
Parameters
response
:
Response
expectedSchema
:
string
agentName
:
string
Returns
Promise
<
{
success
:
boolean
;
data
?:
any
;
error
?:
string
;
warnings
?:
string
[]
}
>
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
Documentation
GitHub
npm
@adcp/client API Reference - v3.3.3
Loading...
Handle AdCP response with comprehensive error checking