Struct aws_sdk_xray::model::ErrorRootCause
source · #[non_exhaustive]pub struct ErrorRootCause { /* private fields */ }
Expand description
The root cause of a trace summary error.
Implementations§
source§impl ErrorRootCause
impl ErrorRootCause
sourcepub fn services(&self) -> Option<&[ErrorRootCauseService]>
pub fn services(&self) -> Option<&[ErrorRootCauseService]>
A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
sourcepub fn client_impacting(&self) -> Option<bool>
pub fn client_impacting(&self) -> Option<bool>
A flag that denotes that the root cause impacts the trace client.
source§impl ErrorRootCause
impl ErrorRootCause
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ErrorRootCause
.
Trait Implementations§
source§impl Clone for ErrorRootCause
impl Clone for ErrorRootCause
source§fn clone(&self) -> ErrorRootCause
fn clone(&self) -> ErrorRootCause
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 ErrorRootCause
impl Debug for ErrorRootCause
source§impl PartialEq<ErrorRootCause> for ErrorRootCause
impl PartialEq<ErrorRootCause> for ErrorRootCause
source§fn eq(&self, other: &ErrorRootCause) -> bool
fn eq(&self, other: &ErrorRootCause) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.