Module error

Module error 

Source
Expand description

Error types and utilities for the Ripress framework.

This module provides structured error types, error categories, and conversion utilities for handling errors throughout the framework. It includes the [RipressError] struct, the [RipressErrorKind] enum for classifying errors, and conversions from lower-level errors such as query parameter and route parameter parsing failures.

See error::RipressError and error::RipressErrorKind for details.

Structs§

RipressError
A structured error type for representing errors in the Ripress framework.

Enums§

RipressErrorKind
Represents the category or type of error that can occurr in the Ripress.