Module error

Module error 

Source
Expand description

Error types for the apex-solver library

This module provides the main error and result types used throughout the library. All errors use the thiserror crate for automatic trait implementations.

Enums§

ApexError
Main error type for the apex-solver library

Type Aliases§

ApexResult
Main result type used throughout the apex-solver library