@archastro/sdk
    Preparing search index...

    Interface ProductKnowledgeReconcileFailure

    One stamped customer whose product-knowledge tool update did not converge.

    interface ProductKnowledgeReconcileFailure {
        customer_key: string;
        error: string;
        retryable: boolean;
    }
    Index

    Properties

    customer_key: string

    Stable vendor-defined key for the customer whose agent did not converge.

    error: string

    Stable failure reason for operator and vendor feedback.

    retryable: boolean

    Whether rerunning the desired-state reconciliation is safe.