Module error

Module error 

Source
Expand description

§Error Types

This module defines the error types used throughout the rs-stats library. All errors are structured and provide context about what went wrong.

Enums§

StatsError
Main error type for the rs-stats library

Type Aliases§

StatsResult
Convenience type alias for Result with StatsError