ReferenceAPI
AxisConflict
A refusal.
How this is generated
Source: lib/status.ts. Script: scripts/build-reference.mts. Command:
pnpm run generate.
Everything below is copied from the symbol, so a page is improved by improving its doc comment. The API index says why there is a page per symbol and what these pages still do not carry.
AxisConflict
A refusal. It is what the system answers when a measurement category and a clinical status are asked to share one surface.
| Kind | Declared in |
|---|---|
| interface | lib/status.ts |
export interface AxisConflict {
code: "OPSIN-0001"
category: HealthCategory
status: ClinicalStatus
message: string
docs: string
}