formula_error_t

Defined in header: <ixion/types.hpp>

enum class ixion::formula_error_t : std::uint8_t

Formula error types. Note that only the official (i.e. non-internal) error types have their corresponding error strings. Use the get_formula_error_name() function to convert an enum member value of this type to its string representation.

Values:

enumerator no_error
enumerator ref_result_not_available
enumerator division_by_zero
enumerator invalid_expression
enumerator name_not_found
enumerator no_range_intersection
enumerator invalid_value_type
enumerator no_value_available
enumerator no_result_error
enumerator stack_error
enumerator general_error