InvalidSchemaResult
Defined in: src/runtime/diagnostics.ts:127
The SCHEMA argument’s defs failed to compile — a programmer error, normally caught at compile time by type.validate.
Properties
Section titled “Properties”code:
"INVALID_SCHEMA"
Defined in: src/runtime/diagnostics.ts:128
message
Section titled “message”message:
string
Defined in: src/runtime/diagnostics.ts:129
position
Section titled “position”position:
0
Defined in: src/runtime/diagnostics.ts:131
Always 0 — the error is about the schema, not the input