API reference › @evolu/common › Type › RegexError
Defined in: packages/common/src/Type.ts:1514
Extends
TypeError<"Regex">
Properties
name
readonly name: Name;
Defined in: packages/common/src/Type.ts:1517
pattern
readonly pattern: RegExp;
Defined in: packages/common/src/Type.ts:1518
type
readonly type: "Regex";
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.