Enum pulsectl::Error [−][src]
pub enum Error { Connect(String), Operation(String), PulseAudio(String), Controller(ControllerError), }
Expand description
Error thrown when PulseAudio throws an error code.
Variants
Connect(String)
An error that may occur while establishing a connection.
Operation(String)
The requested operation is cancelled or quits unexpectedly.
PulseAudio(String)
PulseAudio returns an error code in any circumstance.
Controller(ControllerError)
A problem occurs while fetching data from pulseaudio.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Error
impl UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more