API reference › @evolu/common › Type › UnionError
Defined in: packages/common/src/Type.ts:3647
Extends
TypeError<"Union">
Properties
errors
readonly errors: E[];
Defined in: packages/common/src/Type.ts:3650
type
readonly type: "Union";
Defined in: packages/common/src/Type.ts:485
Inherited from
value
readonly value: unknown;
Defined in: packages/common/src/Type.ts:491
The value that was received and caused the error. Provides additional context for debugging and validation feedback.