API reference / @evolu/common / Type / LessThanError
Interface: LessThanError<Max>
Defined in: packages/common/src/Type.ts:1933
Extends
TypeError<"LessThan">
Type Parameters
| Type Parameter | Default type |
|---|---|
Max extends number | number |
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
max | readonly | Max | - | - | packages/common/src/Type.ts:1935 |
type | readonly | "LessThan" | - | 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 |