API reference / @evolu/common / Type / MultipleOfError
Interface: MultipleOfError<Divisor>
Defined in: packages/common/src/Type.ts:1735
Extends
TypeError
<"MultipleOf"
>
Type Parameters
Type Parameter | Default type |
---|---|
Divisor extends number | number |
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
divisor | readonly | Divisor | - | - | packages/common/src/Type.ts:1737 |
type | readonly | "MultipleOf" | - | TypeError .type | packages/common/src/Type.ts:243 |
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:249 |