Skip to main content

Type Alias: GeoVisResultStatus

GeoVisResultStatus = "invalid" | "mismatch" | "unsupported" | "insufficient-data" | "needs-clarification"

Defined in: spec/result.ts:8

Closed set of failure categories a GeoVisResult can carry (ADR-0001). insufficient-data and needs-clarification are reserved: no v1 check produces them yet, but they are part of the union so it never changes shape.