Struct google_servicecontrol1::ReportError[][src]

pub struct ReportError {
    pub status: Option<Status>,
    pub operation_id: Option<String>,
}

Represents the processing error of one Operation in the request.

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

Fields

Details of the error when processing the Operation.

The Operation.operation_id value from the request.

Trait Implementations

impl Default for ReportError
[src]

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

impl Clone for ReportError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ReportError
[src]

Formats the value using the given formatter. Read more

impl Part for ReportError
[src]

Auto Trait Implementations

impl Send for ReportError

impl Sync for ReportError