@adcp/sdk API Reference - v10.0.1
    Preparing search index...

    Interface CanonicalReferenceError

    interface CanonicalReferenceError {
        code: CanonicalReferenceErrorCode;
        message: string;
        retryable: boolean;
        securitySignal?: "substitution_attack";
        details?: Record<string, unknown>;
    }
    Index

    Properties

    message: string
    retryable: boolean

    True only for transient network/server classes callers may retry later.

    securitySignal?: "substitution_attack"

    Digest mismatch means the fetched body was not the immutable document requested.

    details?: Record<string, unknown>