Struct quandl_v3::ApiErrorResponse [] [src]

pub struct ApiErrorResponse {
    pub errors: Option<BTreeMap<String, Vec<String>>>,
    pub quandl_error: QuandlError,
}

Struct for storing a Quandl API error response as-is.

Fields

This field contains more specific information about what went wrong. For example, it could inform you that a start_date is outside a valid range.

Hold more generic failure information.

Trait Implementations

impl Debug for ApiErrorResponse
[src]

Formats the value using the given formatter.

impl Clone for ApiErrorResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ApiErrorResponse
[src]

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

This method tests for !=.