Enum imdb_id::RunError [−][src]
pub enum RunError {
ClapNotUsize,
InvalidYearRange(ParseIntError),
ClapInvalidFormat,
NoSearchResults,
Reqwest(Error),
InputUserHalted,
InputIo(Error),
NoDesiredSearchResults,
Serde(Box<dyn Error>),
OmdbNotFound(String),
OmdbUnrecognised(String, Error),
}Variants
InvalidYearRange(ParseIntError)Tuple Fields of InvalidYearRange
Reqwest(Error)Tuple Fields of Reqwest
0: ErrorInputIo(Error)Tuple Fields of InputIo
0: ErrorOmdbNotFound(String)Tuple Fields of OmdbNotFound
0: StringImplementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RunError
impl !UnwindSafe for RunError
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more