Module schema_errors

Source
Expand description

Error subtypes for SchemaError

Structsยง

ActionAttrEvalError
Action attribute evaluation error
ActionAttributesContainEmptySetError
Action attributes contain empty set error
ActionEntityTypeDeclaredError
Action declared in entityType list error
ActionInvariantViolationError
Could not find a definition for an action, at a point in the code where internal invariants should guarantee that we would find one.
ActionNotDefinedError
Action resolution error
ActionShadowingError
Action shadowing error. Some shadowing relationships are not allowed for clarity reasons; see RFC 70.
ActionTransitiveClosureError
Transitive closure of action hierarchy computation or enforcement error
CommonTypeInvariantViolationError
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.
ContextOrShapeNotRecordError
Context or entity type shape not declared as record error
CycleInActionHierarchyError
Cycle in action hierarchy error
CycleInCommonTypeReferencesError
Cycle in common type hierarchy error
DuplicateActionError
Duplicate action error
DuplicateCommonTypeError
Duplicate common type error
DuplicateEntityTypeError
Duplicate entity type error
EntityTypeTransitiveClosureError
Transitive closure of entity type hierarchy computation or enforcement error
ExprEscapeUsedError
Unsupported __expr escape error
JsonDeserializationError
This error is thrown when serde_json fails to deserialize the JSON
JsonSerializationError
JSON deserialization error
TypeNotDefinedError
Type resolution error
TypeShadowingError
Entity/common type shadowing error. Some shadowing relationships are not allowed for clarity reasons; see RFC 70.
UndeclaredEntityTypesError
Undeclared entity types error
UnknownExtensionTypeError
Unknown extension type error
UnsupportedActionAttributeError
Unsupported action attribute error
UnsupportedFeatureError
Unsupported feature error