Enum imdb_async::Error [−][src]
pub enum Error {
YearMissing,
SeasonMissing,
EpisodeMissing,
WrongMediaType(String, String),
HTTP(Error),
CSV(Error),
IO(Error),
SystemTime(SystemTimeError),
NotFound(u64),
Cache(Error),
}
Variants
HTTP(Error)
Tuple Fields of HTTP
0: Error
CSV(Error)
Tuple Fields of CSV
0: Error
IO(Error)
Tuple Fields of IO
0: Error
SystemTime(SystemTimeError)
Tuple Fields of SystemTime
NotFound(u64)
Tuple Fields of NotFound
0: u64
Cache(Error)
Tuple Fields of Cache
0: Error
Trait Implementations
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more