Struct google_monitoring3::CollectdValueError[][src]

pub struct CollectdValueError {
    pub index: Option<i32>,
    pub error: Option<Status>,
}

Describes the error status for values that were not written.

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

Fields

The zero-based index in CollectdPayload.values within the parent CreateCollectdTimeSeriesRequest.collectd_payloads.

Records the error status for the value.

Trait Implementations

impl Default for CollectdValueError
[src]

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

impl Clone for CollectdValueError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CollectdValueError
[src]

Formats the value using the given formatter. Read more

impl Part for CollectdValueError
[src]

Auto Trait Implementations