Interface StudioToolRejectionExperimental

One discovered descriptor the policy refused to route, and why.

interface StudioToolRejection {
    classification: undefined | StudioToolClassification;
    detail: string;
    name: string;
    reason: StudioToolRejectionReason;
}

Properties

classification: undefined | StudioToolClassification
detail: string

Human-readable explanation, suitable for a migration diagnostic.

name: string