API Reference / @evolu/common / Type / LengthError
Interface: LengthError<Exact>
Defined in: packages/common/src/Type.ts:1109
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:1111 |
type | readonly | "Length" | - | 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 |