@adcp/client API Reference - v4.19.0
Documentation
GitHub
npm
Preparing search index...
AdcpErrorResponse
Interface AdcpErrorResponse
interface
AdcpErrorResponse
{
content
:
{
type
:
"text"
;
text
:
string
}
[]
;
isError
:
true
;
structuredContent
:
{
adcp_error
:
AdcpErrorPayload
}
;
[
key
:
string
]:
unknown
;
}
Indexable
[
key
:
string
]:
unknown
Index
Properties
content
is
Error
structured
Content
Properties
content
content
:
{
type
:
"text"
;
text
:
string
}
[]
is
Error
isError
:
true
structured
Content
structuredContent
:
{
adcp_error
:
AdcpErrorPayload
}
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
is
Error
structured
Content
Documentation
GitHub
npm
@adcp/client API Reference - v4.19.0
Loading...