Expand description
Error types for the sonos-stream crate
This module defines all error types used throughout the crate, providing clear error messages and proper error chaining.
Enums§
- Broker
Error - Main error type for the EventBroker
- Event
Processing Error - Errors related to event processing and iteration
- Polling
Error - Errors related to polling operations
- Registry
Error - Errors related to speaker/service registry operations
- Subscription
Error - Errors related to subscription management
Type Aliases§
- Broker
Result - Result type alias for BrokerError
- Event
Processing Result - Result type alias for EventProcessingError
- Polling
Result - Result type alias for PollingError
- Registry
Result - Result type alias for RegistryError
- Subscription
Result - Result type alias for SubscriptionError