Expand description
Error subtypes for SchemaError
Structsยง
- Action
Attr Eval Error - Action attribute evaluation error
- Action
Attributes Contain Empty SetError - Action attributes contain empty set error
- Action
Entity Type Declared Error - Action declared in
entityType
list error - Action
Invariant Violation 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
NotDefined Error - Action resolution error
- Action
Shadowing Error - Action shadowing error. Some shadowing relationships are not allowed for clarity reasons; see RFC 70.
- Action
Transitive Closure Error - Transitive closure of action hierarchy computation or enforcement error
- Common
Type Invariant Violation 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
OrShape NotRecord Error - Context or entity type shape not declared as record error
- Cycle
InAction Hierarchy Error - Cycle in action hierarchy error
- Cycle
InCommon Type References Error - Cycle in common type hierarchy error
- Duplicate
Action Error - Duplicate action error
- Duplicate
Common Type Error - Duplicate common type error
- Duplicate
Entity Type Error - Duplicate entity type error
- Entity
Type Transitive Closure Error - Transitive closure of entity type hierarchy computation or enforcement error
- Expr
Escape Used Error - Unsupported
__expr
escape error - Json
Deserialization Error - This error is thrown when
serde_json
fails to deserialize the JSON - Json
Serialization Error - JSON deserialization error
- Type
NotDefined Error - Type resolution error
- Type
Shadowing Error - Entity/common type shadowing error. Some shadowing relationships are not allowed for clarity reasons; see RFC 70.
- Undeclared
Entity Types Error - Undeclared entity types error
- Unknown
Extension Type Error - Unknown extension type error
- Unsupported
Action Attribute Error - Unsupported action attribute error
- Unsupported
Feature Error - Unsupported feature error