API Reference / @evolu/common / Type / BetweenError
Interface: BetweenError<Min, Max>
Defined in: packages/common/src/Type.ts:1773
Extends
TypeError
<"Between"
>
Type Parameters
Type Parameter | Default type |
---|---|
Min extends number | number |
Max extends number | number |
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
max | readonly | Max | - | - | packages/common/src/Type.ts:1778 |
min | readonly | Min | - | - | packages/common/src/Type.ts:1777 |
type | readonly | "Between" | - | 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 |