Struct aws_sdk_xray::model::ErrorRootCause [−][src]
#[non_exhaustive]pub struct ErrorRootCause {
pub services: Option<Vec<ErrorRootCauseService>>,
pub client_impacting: Option<bool>,
}
Expand description
The root cause of a trace summary error.
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.services: Option<Vec<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.
client_impacting: Option<bool>
A flag that denotes that the root cause impacts the trace client.
Implementations
A list of services corresponding to an error. A service identifies a segment and it contains a name, account ID, type, and inferred flag.
A flag that denotes that the root cause impacts the trace client.
Creates a new builder-style object to manufacture ErrorRootCause
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 ErrorRootCause
impl Send for ErrorRootCause
impl Sync for ErrorRootCause
impl Unpin for ErrorRootCause
impl UnwindSafe for ErrorRootCause
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