Enum exonum_btc_anchoring::Error []

pub enum Error {
    Internal(InternalError),
    Handler(HandlerError),
}

Anchoring btc service Error type.

Variants

Internal error

Handler error.

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Display for Error

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<InternalError> for Error
[src]

Performs the conversion.

impl From<HandlerError> for Error
[src]

Performs the conversion.

impl From<RpcError> for Error
[src]

Performs the conversion.