Expand description
Errors related to schema conformance checking for entities
Structs§
- Action
Declaration Mismatch - Encountered an action whose definition doesn’t precisely match the schema’s declaration of that action
- Extension
Function Lookup - Error looking up an extension function. This error can occur when checking entity conformance because that may require getting information about any extension functions referenced in entity attribute values.
- Invalid
Ancestor Type - Found an ancestor of a type that’s not allowed for that entity
- Missing
Required Entity Attr - Didn’t encounter attribute that should exist
- Type
Mismatch - The given attribute on the given entity had a different type than the schema indicated
- Undeclared
Action - Encountered an action which was not declared in the schema
- Unexpected
Entity Attr - Encountered attribute that shouldn’t exist on entities of this type
- Unexpected
Entity Tag - Encountered tag, but no tags should exist on entities of this type
- Unexpected
Entity Type Error - Encountered an entity of a type which is not declared in the schema. Note that this error is only used for non-Action entity types.
Enums§
- Entity
Schema Conformance Error - Errors raised when entities do not conform to the schema