@adcp/client API Reference - v4.19.0
    Preparing search index...

    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: { type: "text"; text: string }[]
    isError: true
    structuredContent: { adcp_error: AdcpErrorPayload }