Enum anni_provider::ProviderError
source · pub enum ProviderError {
InvalidPath,
FileNotFound,
IOError(Error),
RepoError(Error),
OAuthError(Error),
DriveError(Error),
RequestError(Error),
FlacError(FlacError),
GeneralError,
}Variants§
InvalidPath
FileNotFound
IOError(Error)
RepoError(Error)
OAuthError(Error)
DriveError(Error)
RequestError(Error)
FlacError(FlacError)
GeneralError
Trait Implementations§
source§impl Debug for ProviderError
impl Debug for ProviderError
source§impl Display for ProviderError
impl Display for ProviderError
source§impl Error for ProviderError
impl Error for ProviderError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()