Struct google_sqladmin1_beta4::OperationError [] [src]

pub struct OperationError {
    pub kind: Option<String>,
    pub code: Option<String>,
    pub message: Option<String>,
}

Database instance operation error.

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

Fields

This is always sql#operationError.

Identifies the specific error that occurred.

Additional information about the error encountered.

Trait Implementations

impl Default for OperationError
[src]

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

impl Clone for OperationError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for OperationError
[src]

Formats the value using the given formatter.

impl Part for OperationError
[src]