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

    Interface GovernanceValidationIssue

    interface GovernanceValidationIssue {
        code:
            | "budget.reallocation_both_set"
            | "budget.reallocation_missing"
            | "budget.reallocation_threshold_negative"
            | "plan.human_review_required_missing";
        path: string;
        message: string;
    }
    Index

    Properties

    Properties

    code:
        | "budget.reallocation_both_set"
        | "budget.reallocation_missing"
        | "budget.reallocation_threshold_negative"
        | "plan.human_review_required_missing"
    path: string
    message: string