API reference / @evolu/common / Type / UnionError

Interface: UnionError<E>

Defined in: packages/common/src/Type.ts:3060

Extends

Type Parameters

Type ParameterDefault type
E extends TypeErrorTypeError

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
errorsreadonlyE[]--packages/common/src/Type.ts:3062
typereadonly"Union"-TypeError.typepackages/common/src/Type.ts:392
valuereadonlyunknownThe value that was received and caused the error. Provides additional context for debugging and validation feedback.TypeError.valuepackages/common/src/Type.ts:398

Was this page helpful?