Skip to main content

Variable: ISSUE_CODE_STATUS

const ISSUE_CODE_STATUS: Record<Exclude<GeoVisIssueCode, "policy-violation">, GeoVisResultStatus>

Defined in: spec/result.ts:48

Maps each failure GeoVisIssueCode to the GeoVisResultStatus category it belongs to. policy-violation is intentionally absent — it is a warning attached to resolved results, never a failure status on its own.