API reference › @evolu/common › Type › RegexError
Defined in: packages/common/src/Type.ts:6953
Error returned when a string does not match the regular expression supplied to regex.
Extends
TypeError<Name>
Properties
flags
readonly flags: string;
Defined in: packages/common/src/Type.ts:6958
source
readonly source: string;
Defined in: packages/common/src/Type.ts:6957
type
readonly type: Name;
Defined in: packages/common/src/Type.ts:893
Inherited from
value
readonly value: string;
Defined in: packages/common/src/Type.ts:6956