API Reference / @evolu/common / Type / IdError
Interface: IdError<Table>
Defined in: packages/common/src/Type.ts:1388
Extends
TypeError
<"Id"
>
Type Parameters
Type Parameter | Default type |
---|---|
Table extends TypeName | TypeName |
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
table | readonly | Table | - | - | packages/common/src/Type.ts:1390 |
type | readonly | "Id" | - | 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 |