Struct google_storagetransfer1::ErrorSummary[][src]

pub struct ErrorSummary {
    pub error_code: Option<String>,
    pub error_log_entries: Option<Vec<ErrorLogEntry>>,
    pub error_count: Option<i64>,
}

A summary of errors by error code, plus a count and sample error log entries.

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

Fields

Required.

Error samples.

Count of this type of error. Required.

Trait Implementations

impl Default for ErrorSummary
[src]

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

impl Clone for ErrorSummary
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrorSummary
[src]

Formats the value using the given formatter. Read more

impl Part for ErrorSummary
[src]

Auto Trait Implementations