API Reference / @evolu/common / Type / RegexError
Interface: RegexError<Name>
Defined in: packages/common/src/Type.ts:1209
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:1211 |
pattern | readonly | RegExp | - | - | packages/common/src/Type.ts:1212 |
type | readonly | "Regex" | - | TypeError .type | packages/common/src/Type.ts:248 |
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:254 |