API reference / @evolu/common / Type / NegativeError
Interface: NegativeError
Defined in: packages/common/src/Type.ts:1505
Extends
TypeError
<"Negative"
>
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
type | readonly | "Negative" | - | TypeError .type | packages/common/src/Type.ts:244 |
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:250 |