API Reference / @evolu/common / Type / JsonValueFromStringError
Interface: JsonValueFromStringError
Defined in: packages/common/src/Type.ts:3471
Extends
TypeError
<"JsonValueFromString"
>
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
message | readonly | string | - | - | packages/common/src/Type.ts:3473 |
type | readonly | "JsonValueFromString" | - | 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 |