Struct rusoto_xray::ErrorStatistics [] [src]

pub struct ErrorStatistics {
    pub other_count: Option<i64>,
    pub throttle_count: Option<i64>,
    pub total_count: Option<i64>,
}

Information about requests that failed with a 4xx Client Error status code.

Fields

The number of requests that failed with untracked 4xx Client Error status codes.

The number of requests that failed with a 419 throttling status code.

The total number of requests that failed with a 4xx Client Error status code.

Trait Implementations

impl Default for ErrorStatistics
[src]

[src]

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

impl Debug for ErrorStatistics
[src]

[src]

Formats the value using the given formatter.

impl Clone for ErrorStatistics
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more