API reference / @evolu/common / Type / LengthError
Interface: LengthError<Exact>
Defined in: packages/common/src/Type.ts:1255
Extends
TypeError<"Length">
Type Parameters
| Type Parameter | Default type |
|---|---|
Exact extends number | number |
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
exact | readonly | Exact | - | - | packages/common/src/Type.ts:1257 |
type | readonly | "Length" | - | 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 |