Expand description
Error subtypes for EvaluationError
Structs§
- Binary
OpOverflow Error - Overflow during a binary operation
- Entity
Attr Does NotExist Error - Tried to get an attribute, but the specified entity didn’t have that attribute
- Entity
Does NotExist Error - Tried to lookup an entity UID, but it didn’t exist in the provided entities
- Extension
Function Execution Error - Evaluation error thrown by an extension function
- NonValue
Error - This error is raised if an expression contains unknowns and cannot be
reduced to a
Value
. In order to return partial results, use the partial evaluation APIs instead. - Record
Attr Does NotExist Error - Tried to get an attribute of a (non-entity) record, but that record didn’t have that attribute
- Recursion
Limit Error - Maximum recursion limit reached for expression evaluation
- Type
Error - Tried to evaluate an operation on values with incorrect types for that operation
- Unary
OpOverflow Error - Overflow during a unary operation
- Unlinked
Slot Error - Not all template slots were linked
- Wrong
NumArguments Error - Wrong number of arguments provided to an extension function
Enums§
- Integer
Overflow Error - Overflow during an integer operation