Struct google_storagetransfer1::ErrorLogEntry[][src]

pub struct ErrorLogEntry {
    pub url: Option<String>,
    pub error_details: Option<Vec<String>>,
}

An entry describing an error that has occurred.

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

Fields

A URL that refers to the target (a data source, a data sink, or an object) with which the error is associated. Required.

A list of messages that carry the error details.

Trait Implementations

impl Default for ErrorLogEntry
[src]

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

impl Clone for ErrorLogEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ErrorLogEntry
[src]

Formats the value using the given formatter. Read more

impl Part for ErrorLogEntry
[src]

Auto Trait Implementations