Enum spotify::SpotifyError
[−]
[src]
pub enum SpotifyError {
InternalError(InternalSpotifyError),
ClientNotRunning,
WebHelperNotRunning,
}The SpotifyError enum.
Variants
InternalError(InternalSpotifyError)An internal error.
ClientNotRunningIndicates that the Spotify Client is not running.
WebHelperNotRunningIndicates that the SpotifyWebHelper process it not running.