Enum coinbase_api::Error [−][src]
pub enum Error {
HttpError(Error),
JsonError(Error, Result<String, FromUtf8Error>),
}Errors that can happen during a request to the API.
Variants
HttpError(Error)JsonError(Error, Result<String, FromUtf8Error>)