Struct aws_sdk_xray::model::ErrorStatistics [−][src]
#[non_exhaustive]pub struct ErrorStatistics {
pub throttle_count: Option<i64>,
pub other_count: Option<i64>,
pub total_count: Option<i64>,
}
Expand description
Information about requests that failed with a 4xx Client Error status code.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.throttle_count: Option<i64>
The number of requests that failed with a 419 throttling status code.
other_count: Option<i64>
The number of requests that failed with untracked 4xx Client Error status codes.
total_count: Option<i64>
The total number of requests that failed with a 4xx Client Error status code.
Implementations
The number of requests that failed with a 419 throttling status code.
The number of requests that failed with untracked 4xx Client Error status codes.
The total number of requests that failed with a 4xx Client Error status code.
Creates a new builder-style object to manufacture ErrorStatistics
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ErrorStatistics
impl Send for ErrorStatistics
impl Sync for ErrorStatistics
impl Unpin for ErrorStatistics
impl UnwindSafe for ErrorStatistics
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more