@adcp/sdk API Reference - v14.0.0-beta.6
    Preparing search index...

    Interface ProposalFailureClassification

    interface ProposalFailureClassification {
        unsatisfied_constraints?: readonly string[];
        unsatisfied_product_changes?: Readonly<Record<string, "include" | "omit">>;
        batch_aborted?: boolean;
        hold_unavailable?: boolean;
        source_unavailable?: boolean;
        alternatives_unavailable?: boolean;
        unsupported_dimension?: boolean;
        commercially_declined?: boolean;
    }
    Index

    Properties

    unsatisfied_constraints?: readonly string[]
    unsatisfied_product_changes?: Readonly<Record<string, "include" | "omit">>
    batch_aborted?: boolean
    hold_unavailable?: boolean
    source_unavailable?: boolean
    alternatives_unavailable?: boolean
    unsupported_dimension?: boolean
    commercially_declined?: boolean