Skip to content

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.

code: "INVALID_SCHEMA"

Defined in: src/runtime/diagnostics.ts:128


message: string

Defined in: src/runtime/diagnostics.ts:129


position: 0

Defined in: src/runtime/diagnostics.ts:131

Always 0 — the error is about the schema, not the input