Struct quandl_v3::QuandlError
[−]
[src]
pub struct QuandlError { pub code: String, pub message: String, }
Struct holding Quandl's error code and corresponding message.
Fields
code: String
Quandl-specific error code.
message: String
Quandl's generic error message matching the above error code.
Trait Implementations
impl Debug for QuandlError
[src]
impl Clone for QuandlError
[src]
fn clone(&self) -> QuandlError
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for QuandlError
[src]
fn eq(&self, __arg_0: &QuandlError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &QuandlError) -> bool
This method tests for !=
.