Enum spotify::SpotifyError [] [src]

pub enum SpotifyError {
    InternalError(InternalSpotifyError),
    ClientNotRunning,
    WebHelperNotRunning,
}

The SpotifyError enum.

Variants

An internal error.

Indicates that the Spotify Client is not running.

Indicates that the SpotifyWebHelper process it not running.

Trait Implementations

impl Debug for SpotifyError
[src]

Formats the value using the given formatter.