Type Alias CapabilityDecisionReasonExperimental

CapabilityDecisionReason:
    | "supported-by-claim-and-observation"
    | "unsupported-by-claim"
    | "unsupported-by-observation"
    | "claim-unknown"
    | "observation-unknown"
    | "observation-not-observed"
    | "freshness-not-evaluated"
    | "evidence-not-yet-current"
    | "evidence-stale"
    | "policy-disabled"
    | `environment-unavailable:${string}`
    | `peer-unavailable:${string}`
    | `authorization-required:${string}`
    | `authorization-denied:${string}`

Stable codes; suffixed forms name the missing environment, peer, or scope.