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

[Output Only] An optional, human-readable error message.

[Output Only] The error type identifier for this error.

[Output Only] Indicates the field in the request that caused the error. This property is optional.

Trait Implementations

impl Default for ResourceUpdateErrorErrors
[src]

Returns the "default value" for a type. Read more

impl Clone for ResourceUpdateErrorErrors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ResourceUpdateErrorErrors
[src]

Formats the value using the given formatter. Read more

impl NestedType for ResourceUpdateErrorErrors
[src]

impl Part for ResourceUpdateErrorErrors
[src]

Auto Trait Implementations