Expand description
Error types for JSON serialization and deserialization
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
- Type mismatch error (in terms of
SchemaType
) - Error type for record attributes that should not exist
- Error type for a restricted expression containing a non-restricted expression
Enums§
- Escape kind
- Errors thrown during deserialization from JSON
- Gives information about the context of a JSON deserialization error (e.g., where we were in the JSON document).
- Errors thrown during serialization to JSON