Documentation / zerotal / config-reexport / ConfigIssue
Interface: ConfigIssue
Defined in: packages/core/src/config/validation.ts:25
A single problem a config validator reports.
Properties
level
level:
ConfigIssueLevel
Defined in: packages/core/src/config/validation.ts:27
error — fatal in production. warning — always advisory.
message
message:
string
Defined in: packages/core/src/config/validation.ts:29
Human-readable description plus the remedy.