Struct google_deploymentmanager2::ResourceUpdateErrorErrors [−][src]
pub struct ResourceUpdateErrorErrors {
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 ResourceUpdateErrorErrors[src]
impl Default for ResourceUpdateErrorErrorsfn default() -> ResourceUpdateErrorErrors[src]
fn default() -> ResourceUpdateErrorErrorsReturns the "default value" for a type. Read more
impl Clone for ResourceUpdateErrorErrors[src]
impl Clone for ResourceUpdateErrorErrorsfn clone(&self) -> ResourceUpdateErrorErrors[src]
fn clone(&self) -> ResourceUpdateErrorErrorsReturns 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 ResourceUpdateErrorErrors[src]
impl Debug for ResourceUpdateErrorErrorsfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for ResourceUpdateErrorErrors[src]
impl NestedType for ResourceUpdateErrorErrorsimpl Part for ResourceUpdateErrorErrors[src]
impl Part for ResourceUpdateErrorErrorsAuto Trait Implementations
impl Send for ResourceUpdateErrorErrors
impl Send for ResourceUpdateErrorErrorsimpl Sync for ResourceUpdateErrorErrors
impl Sync for ResourceUpdateErrorErrors