Expand description
Error module.
§Overview
This module contains the unified error types for the DS Event Stream Rust SDK.
All SDK functions return Result<T, SDKError>
for consistent error handling.
§Error Hierarchy
SDKError
: Top-level error enum that unifies all module errorsProducerError
: Errors from message production operationsConsumerError
: Errors from message consumption operationsUtilsError
: Errors from administrative utilities
Enums§
- SDKError
- Top-level error enum that unifies all SDK module errors.
Type Aliases§
- Result
- Unified result type for all SDK operations.