Struct google_servicecontrol1::CheckError[][src]

pub struct CheckError {
    pub code: Option<String>,
    pub detail: Option<String>,
}

Defines the errors to be returned in google.api.servicecontrol.v1.CheckResponse.check_errors.

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

Fields

The error code.

Free-form text providing details on the error cause of the error.

Trait Implementations

impl Default for CheckError
[src]

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

impl Clone for CheckError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CheckError
[src]

Formats the value using the given formatter. Read more

impl Part for CheckError
[src]

Auto Trait Implementations

impl Send for CheckError

impl Sync for CheckError