Expand description
The library-wide error type.
Every fallible public operation returns RustyQLibError, usually
through the Result alias. Variants are grouped by failure domain so
callers can match on the class of failure without parsing message text:
bad user input, an engine/product combination the library refuses to
price, a calibration that did not converge, a numerical breakdown inside
an otherwise valid computation, or malformed contract/market data.
Enums§
- RustyQ
LibError - The error type returned by all fallible RustyQLib operations.
Type Aliases§
- Result
- Library-wide result alias.