Skip to main content

Module error

Module error 

Source
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§

BrokerError
Main error type for the EventBroker
EventProcessingError
Errors related to event processing and iteration
PollingError
Errors related to polling operations
RegistryError
Errors related to speaker/service registry operations
SubscriptionError
Errors related to subscription management

Type Aliases§

BrokerResult
Result type alias for BrokerError
EventProcessingResult
Result type alias for EventProcessingError
PollingResult
Result type alias for PollingError
RegistryResult
Result type alias for RegistryError
SubscriptionResult
Result type alias for SubscriptionError