Enum imdb_id::RunError [−][src]
pub enum RunError {
Clap(ClapError),
InvalidYearRange(ParseIntError),
NoSearchResults,
Reqwest(Error),
InputUserHalted,
InputIo(Error),
NoDesiredSearchResults,
Serde(Box<dyn Error>),
OmdbNotFound(String),
OmdbError(String),
OmdbUnrecognised(String, Error),
}Variants
Clap(ClapError)
Tuple Fields
0: ClapErrorInvalidYearRange(ParseIntError)
Tuple Fields
NoSearchResults
Reqwest(Error)
Tuple Fields
0: ErrorInputUserHalted
InputIo(Error)
Tuple Fields
0: ErrorNoDesiredSearchResults
Serde(Box<dyn Error>)
OmdbNotFound(String)
Tuple Fields
0: StringOmdbError(String)
Tuple Fields
0: StringOmdbUnrecognised(String, Error)
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for RunError
impl !UnwindSafe for RunError
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
