Struct sparkpost::transmission::ApiError[][src]

pub struct ApiError {
    pub description: Option<String>,
    pub code: Option<String>,
    pub message: Option<String>,
}

Transmission error returned by the API

Note

this is not http error

Fields

Trait Implementations

impl Debug for ApiError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for ApiError

impl Sync for ApiError