API reference / @evolu/common / Type / TableIdError
Interface: TableIdError<Table>
Defined in: packages/common/src/Type.ts:1644
Extends
TypeError<"TableId">
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:1646 |
type | readonly | "TableId" | - | TypeError.type | packages/common/src/Type.ts:365 |
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:371 |