Expand description
Error subtypes for EvaluationError
Structs§
- Overflow during a binary operation
- Tried to get an attribute, but the specified entity didn’t have that attribute
- Tried to lookup an entity UID, but it didn’t exist in the provided entities
- Evaluation error thrown by an extension function
- 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. - Tried to get an attribute of a (non-entity) record, but that record didn’t have that attribute
- Maximum recursion limit reached for expression evaluation
- Tried to evaluate an operation on values with incorrect types for that operation
- Overflow during a unary operation
- Not all template slots were linked
- Wrong number of arguments provided to an extension function
Enums§
- Overflow during an integer operation