Expand description
Errors related to serializing/deserializing entities or contexts to/from JSON
Structs§
- Error type for action parents not having type
Action
- Error type for records having duplicate keys
- Error type for getting any expression other than en extesion value
- Error type for getting any expression other than an entity reference
- Error type for extension functions called w/ 0 arguments
- Error type for extension functions called w/ 2+ arguments
- Wrapper type for errors from
serde_json
- Error type for missing extension constructors
- Error type for a record missing a required attr
- Error type for incorrect escaping
- Error type for using a reserved key in a record
- Error type for residuals that can’t be serialized
- General error for type mismatches
- Error type for record attributes that should not exist
- Error type for a restricted expression containing a non-restricted expression
Enums§
- Errors thrown during deserialization from JSON
- Errors thrown during serialization to JSON