API Reference / @evolu/common / Type / InstanceOfError
Interface: InstanceOfError
Defined in: packages/common/src/Type.ts:557
Extends
TypeError
<"InstanceOf"
>
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
ctor | readonly | string | - | - | packages/common/src/Type.ts:558 |
type | readonly | "InstanceOf" | - | 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 |