Enum coinbase_api::Error[][src]

pub enum Error {
    HttpError(Error),
    JsonError(ErrorResult<String, FromUtf8Error>),
}

Errors that can happen during a request to the API.

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error