Struct google_replicapoolupdater1_beta1::RollingUpdateErrorErrors[][src]

pub struct RollingUpdateErrorErrors {
    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 RollingUpdateErrorErrors
[src]

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

impl Clone for RollingUpdateErrorErrors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RollingUpdateErrorErrors
[src]

Formats the value using the given formatter. Read more

impl NestedType for RollingUpdateErrorErrors
[src]

impl Part for RollingUpdateErrorErrors
[src]

Auto Trait Implementations