Module errors

Module errors 

Source
Expand description

Error types for validation failures and mathematical operations. Error types for validation and conversion failures.

This module provides the error types used throughout the library for reporting validation failures, conversion errors, and function domain violations.

Enums§

ErrorsRawRealToInteger
Errors that can occur when converting a raw real number to an integer type.
ErrorsTryFromf64
Errors that can occur when trying to convert an f64 to another real-type scalar of type RawReal.
ErrorsValidationRawComplex
Errors that can occur during the validation of a complex number.
ErrorsValidationRawReal
Errors that can occur during the validation of a raw real number.

Functions§

capture_backtrace
Captures a backtrace if the backtrace feature is enabled.
is_backtrace_enabled
Returns true if the backtrace feature is enabled.