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 Debug for ErrorType[src]
impl Clone for ErrorType[src]
fn clone(&self) -> ErrorType
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