API reference / @evolu/common / Type / RegexError
Interface: RegexError<Name>
Defined in: packages/common/src/Type.ts:1355
Extends
TypeError<"Regex">
Type Parameters
| Type Parameter | Default type |
|---|---|
Name extends TypeName | TypeName |
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
name | readonly | Name | - | - | packages/common/src/Type.ts:1357 |
pattern | readonly | RegExp | - | - | packages/common/src/Type.ts:1358 |
type | readonly | "Regex" | - | TypeError.type | packages/common/src/Type.ts:392 |
value | readonly | unknown | The value that was received and caused the error. Provides additional context for debugging and validation feedback. | TypeError.value | packages/common/src/Type.ts:398 |