Struct google_replicapool1_beta2::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

[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 which caused the error. This property is optional.

Trait Implementations

impl Debug for OperationErrorErrors
[src]

Formats the value using the given formatter.

impl Clone for OperationErrorErrors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for OperationErrorErrors
[src]

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

impl NestedType for OperationErrorErrors
[src]

impl Part for OperationErrorErrors
[src]