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

    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: string
    message: string
    recovery?: ErrorRecovery
    field?: string
    suggestion?: string
    retry_after?: number
    details?: Record<string, unknown>
    source: "structuredContent" | "text_json" | "text_pattern"

    Where the error was found in the response

    compliance_level: 1 | 2 | 3

    The compliance level this delivery achieves