Struct google_servicecontrol1::QuotaError[][src]

pub struct QuotaError {
    pub code: Option<String>,
    pub description: Option<String>,
    pub subject: Option<String>,
}

Represents error information for QuotaOperation.

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

Fields

Error code.

Free-form text that provides details on the cause of the error.

Subject to whom this error applies. See the specific enum for more details on this field. For example, "clientip:" or "project:".

Trait Implementations

impl Default for QuotaError
[src]

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

impl Clone for QuotaError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for QuotaError
[src]

Formats the value using the given formatter. Read more

impl Part for QuotaError
[src]

Auto Trait Implementations

impl Send for QuotaError

impl Sync for QuotaError