Struct google_content2::ErrorType [−][src]
pub struct ErrorType {
pub reason: Option<String>,
pub message: Option<String>,
pub domain: Option<String>,
}An error returned by the API.
This type is not used in any activity, and only used as part of another schema.
Fields
reason: Option<String>
The error code.
message: Option<String>
A description of the error.
domain: Option<String>
The domain of the error.
Trait Implementations
impl Default for ErrorType[src]
impl Default for ErrorTypeimpl Clone for ErrorType[src]
impl Clone for ErrorTypefn clone(&self) -> ErrorType[src]
fn clone(&self) -> ErrorTypeReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ErrorType[src]
impl Debug for ErrorTypefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for ErrorType[src]
impl Part for ErrorType