Enum matrix_oracle::client::error::Error [−][src]
Expand description
Errors that can occur during lookup. Refer to [the specification] to see how the two variants should be handled.
Variants
Prompt(Error)
Tuple Fields
0: Error
Corresponds to the FAIL_PROMPT
code in the spec.
Fail(FailError)
Tuple Fields
0: FailError
Corresponds to the FAIL_ERROR
code in the spec.
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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