Struct aws_sdk_xray::model::ErrorStatistics
source · #[non_exhaustive]pub struct ErrorStatistics { /* private fields */ }
Expand description
Information about requests that failed with a 4xx Client Error status code.
Implementations§
source§impl ErrorStatistics
impl ErrorStatistics
sourcepub fn throttle_count(&self) -> Option<i64>
pub fn throttle_count(&self) -> Option<i64>
The number of requests that failed with a 419 throttling status code.
sourcepub fn other_count(&self) -> Option<i64>
pub fn other_count(&self) -> Option<i64>
The number of requests that failed with untracked 4xx Client Error status codes.
sourcepub fn total_count(&self) -> Option<i64>
pub fn total_count(&self) -> Option<i64>
The total number of requests that failed with a 4xx Client Error status code.
source§impl ErrorStatistics
impl ErrorStatistics
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ErrorStatistics
.
Trait Implementations§
source§impl Clone for ErrorStatistics
impl Clone for ErrorStatistics
source§fn clone(&self) -> ErrorStatistics
fn clone(&self) -> ErrorStatistics
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ErrorStatistics
impl Debug for ErrorStatistics
source§impl PartialEq<ErrorStatistics> for ErrorStatistics
impl PartialEq<ErrorStatistics> for ErrorStatistics
source§fn eq(&self, other: &ErrorStatistics) -> bool
fn eq(&self, other: &ErrorStatistics) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.