Struct google_sqladmin1_beta4::OperationErrors[][src]

pub struct OperationErrors {
    pub kind: Option<String>,
    pub errors: Option<Vec<OperationError>>,
}

Database instance operation errors list wrapper.

This type is not used in any activity, and only used as part of another schema.

Fields

This is always sql#operationErrors.

The list of errors encountered while processing this operation.

Trait Implementations

impl Default for OperationErrors
[src]

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

impl Clone for OperationErrors
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OperationErrors
[src]

Formats the value using the given formatter. Read more

impl Part for OperationErrors
[src]

Auto Trait Implementations