Expand description
Implementation of evaluation diagnostics.
Functions§
- array_
index_ out_ of_ range - Creates an “array index out of range” diagnostic.
- cannot_
call - Creates a “cannot call” diagnostic.
- division_
by_ zero - Creates a “division by zero” diagnostic.
- exponent_
not_ in_ range - Creates a “exponent not in range” diagnostic.
- exponentiation_
requirement - Creates an “exponentiation requirement” diagnostic.
- float_
not_ in_ range - Creates a “float not in range” diagnostic.
- function_
call_ failed - Creates a “function call failed” diagnostic.
- if_
conditional_ mismatch - Creates an “if conditional mismatch” diagnostic.
- integer_
negation_ not_ in_ range - Creates an “integer negation not in range” diagnostic.
- integer_
not_ in_ range - Creates an “integer not in range” diagnostic.
- map_
key_ not_ found - Creates a “map key not found” diagnostic.
- multiline_
string_ requirement - Creates a “multi-line string requirement” diagnostic.
- not_
an_ object_ member - Creates a “not an object member” diagnostic.
- numeric_
overflow - Creates a “numeric overflow” diagnostic.
- output_
evaluation_ failed - Creates an “output evaluation failed” diagnostic.
- runtime_
type_ mismatch - Creates a “runtime type mismatch” diagnostic.
- task_
execution_ failed - Creates a “task execution failed” diagnostic.
- task_
localization_ failed - Creates a “task localization failed” diagnostic.