Struct quandl_v3::QuandlError [] [src]

pub struct QuandlError {
    pub code: String,
    pub message: String,
}

Struct holding Quandl's error code and corresponding message.

Fields

Quandl-specific error code.

Quandl's generic error message matching the above error code.

Trait Implementations

impl Debug for QuandlError
[src]

Formats the value using the given formatter.

impl Clone for QuandlError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for QuandlError
[src]

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

This method tests for !=.