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

    Interface GovernanceEscalation

    Escalation details when a governance check requires human review.

    interface GovernanceEscalation {
        reason: string;
        severity: EscalationSeverity;
        requiresHuman: boolean;
        approvalTier?: string;
    }
    Index

    Properties

    reason: string
    requiresHuman: boolean
    approvalTier?: string