libZSservicesZSamazonka-xrayZSamazonka-xray
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.XRay.Types.ErrorRootCauseEntity

Description

 
Synopsis

Documentation

data ErrorRootCauseEntity Source #

A collection of segments and corresponding subsegments associated to a trace summary error.

See: newErrorRootCauseEntity smart constructor.

Constructors

ErrorRootCauseEntity' 

Fields

Instances

Instances details
Eq ErrorRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseEntity

Read ErrorRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseEntity

Show ErrorRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseEntity

Generic ErrorRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseEntity

Associated Types

type Rep ErrorRootCauseEntity :: Type -> Type #

NFData ErrorRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseEntity

Methods

rnf :: ErrorRootCauseEntity -> () #

Hashable ErrorRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseEntity

FromJSON ErrorRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseEntity

type Rep ErrorRootCauseEntity Source # 
Instance details

Defined in Amazonka.XRay.Types.ErrorRootCauseEntity

type Rep ErrorRootCauseEntity = D1 ('MetaData "ErrorRootCauseEntity" "Amazonka.XRay.Types.ErrorRootCauseEntity" "libZSservicesZSamazonka-xrayZSamazonka-xray" 'False) (C1 ('MetaCons "ErrorRootCauseEntity'" 'PrefixI 'True) (S1 ('MetaSel ('Just "exceptions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [RootCauseException])) :*: (S1 ('MetaSel ('Just "remote") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "name") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newErrorRootCauseEntity :: ErrorRootCauseEntity Source #

Create a value of ErrorRootCauseEntity with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:exceptions:ErrorRootCauseEntity', errorRootCauseEntity_exceptions - The types and messages of the exceptions.

$sel:remote:ErrorRootCauseEntity', errorRootCauseEntity_remote - A flag that denotes a remote subsegment.

$sel:name:ErrorRootCauseEntity', errorRootCauseEntity_name - The name of the entity.

errorRootCauseEntity_remote :: Lens' ErrorRootCauseEntity (Maybe Bool) Source #

A flag that denotes a remote subsegment.