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

    Interface AdcpErrorOptions

    interface AdcpErrorOptions {
        message: string;
        recovery?: ErrorRecovery;
        field?: string;
        suggestion?: string;
        retry_after?: number;
        details?: Record<string, unknown>;
    }
    Index

    Properties

    message: string
    recovery?: ErrorRecovery
    field?: string
    suggestion?: string
    retry_after?: number
    details?: Record<string, unknown>