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)URL parsing error
Tuple Fields of Url
0: ParseErrorHttp(Error)HTTP error
Tuple Fields of Http
0: ErrorTrait 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