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

  • [Error]: Top-level error enum that unifies all module errors
  • SsmError: Errors from SSM operations
  • SqsError: Errors from SQS operations

Enums§

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

Type Aliases§

Result
Unified result type for all operations.