Struct google_deploymentmanager2::OperationErrorErrors
[−]
[src]
pub struct OperationErrorErrors {
pub message: Option<String>,
pub code: Option<String>,
pub location: Option<String>,
}[Output Only] The array of errors encountered while processing this operation.
This type is not used in any activity, and only used as part of another schema.
Fields
message: Option<String>
[Output Only] An optional, human-readable error message.
code: Option<String>
[Output Only] The error type identifier for this error.
location: Option<String>
[Output Only] Indicates the field in the request that caused the error. This property is optional.
Trait Implementations
impl Default for OperationErrorErrors[src]
fn default() -> OperationErrorErrors
Returns the "default value" for a type. Read more
impl Clone for OperationErrorErrors[src]
fn clone(&self) -> OperationErrorErrors
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