@adcp/sdk API Reference - v7.9.0
    Preparing search index...

    Interface VersionUnsupportedDetails

    Structured details accompanying a VERSION_UNSUPPORTED AdCP error per spec error-details/version-unsupported.json (AdCP 3.1, spec PR adcontextprotocol/adcp#3493). Buyers read these from the error envelope to decide whether to downgrade their pin and retry rather than failing outright.

    interface VersionUnsupportedDetails {
        supported_versions?: string[];
        requested_version?: string;
        build_version?: string;
    }
    Index

    Properties

    supported_versions?: string[]

    Release-precision versions the seller does support (e.g. ['3.0', '3.1']). Buyers can negotiate down to a member of this set.

    requested_version?: string

    The specific adcp_version value the buyer asked for, echoed back.

    build_version?: string

    Seller's full semver build, advisory.