Enum matrix_oracle::client::error::FailError [−][src]
pub enum FailError {
Url(ParseError),
Http(Error),
}
Expand description
Corresponds to the FAIL_PROMPT
code in the spec.
Variants
Url(ParseError)
Tuple Fields
0: ParseError
URL parsing error
Http(Error)
Tuple Fields
0: Error
HTTP error
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for FailError
impl !UnwindSafe for FailError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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