| CelAttributeNotFoundException |
Indicates an attempt to access a map or object using an invalid attribute or key.
|
| CelBadFormatException |
Indicates that a data conversion failed due to a mismatch in the format specification.
|
| CelDivideByZeroException |
Indicates that a division by zero occurred.
|
| CelDuplicateKeyException |
Indicates an attempt to create a map using duplicate keys.
|
| CelIndexOutOfBoundsException |
Indicates that a list index access was attempted using an index that is out of bounds.
|
| CelInvalidArgumentException |
Indicates that an invalid argument was supplied to a function.
|
| CelIterationLimitExceededException |
Indicates that the iteration budget for a comprehension has been exceeded.
|
| CelNumericOverflowException |
Indicates that a numeric overflow occurred due to arithmetic operations or conversions resulting
in a value outside the representable range.
|
| CelOverloadNotFoundException |
Indicates that a matching overload could not be found during function dispatch.
|
| CelRuntimeException |
Wrapper for an unchecked runtime exception with a CelErrorCode supplied.
|