Struct sparkpost::TransmissionApiError[][src]

pub struct TransmissionApiError {
    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 TransmissionApiError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for TransmissionApiError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations