Module error

Module error 

Source
Expand description

Error module.

§Overview

This module contains the unified error types for the DS Common AWS Rust Library. All functions return Result<T, Error> for consistent error handling.

§Error Hierarchy

Enums§

Error
Top-level error enum that unifies all module errors.

Type Aliases§

Result
Unified result type for all operations.