API reference / @evolu/common / Type / JsonError
Interface: JsonError
Defined in: packages/common/src/Type.ts:3555
Extends
TypeError<"Json">
Properties
| Property | Modifier | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|---|
message | readonly | string | - | - | packages/common/src/Type.ts:3556 |
type | readonly | "Json" | - | 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 |