Expand description
Error subtypes for SchemaError
Structsยง
- Action attribute evaluation error
- Action attributes contain empty set error
- Action declared in
entityType
list error - Could not find a definition for an action, at a point in the code where internal invariants should guarantee that we would find one.
- Action resolution error
- Action shadowing error. Some shadowing relationships are not allowed for clarity reasons; see RFC 70.
- Transitive closure of action hierarchy computation or enforcement error
- Could not find a definition for a common type, at a point in the code where internal invariants should guarantee that we would find one.
- Context or entity type shape not declared as record error
- Cycle in action hierarchy error
- Cycle in common type hierarchy error
- Duplicate action error
- Duplicate common type error
- Duplicate entity type error
- Transitive closure of entity type hierarchy computation or enforcement error
- Unsupported
__expr
escape error - This error is thrown when
serde_json
fails to deserialize the JSON - JSON deserialization error
- Type resolution error
- Entity/common type shadowing error. Some shadowing relationships are not allowed for clarity reasons; see RFC 70.
- Undeclared entity types error
- Unknown extension type error
- Unsupported action attribute error
- Unsupported feature error