API reference / @evolu/common / Type / JsonValueFromStringError

Interface: JsonValueFromStringError

Defined in: packages/common/src/Type.ts:3538

Extends

Properties

PropertyModifierTypeDescriptionInherited fromDefined in
messagereadonlystring--packages/common/src/Type.ts:3540
typereadonly"JsonValueFromString"-TypeError.typepackages/common/src/Type.ts:244
valuereadonlyunknownThe value that was received and caused the error. Provides additional context for debugging and validation feedback.TypeError.valuepackages/common/src/Type.ts:250

Was this page helpful?