Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data ErrorRootCauseEntity = ErrorRootCauseEntity' {
- exceptions :: Maybe [RootCauseException]
- remote :: Maybe Bool
- name :: Maybe Text
- newErrorRootCauseEntity :: ErrorRootCauseEntity
- errorRootCauseEntity_exceptions :: Lens' ErrorRootCauseEntity (Maybe [RootCauseException])
- errorRootCauseEntity_remote :: Lens' ErrorRootCauseEntity (Maybe Bool)
- errorRootCauseEntity_name :: Lens' ErrorRootCauseEntity (Maybe Text)
Documentation
data ErrorRootCauseEntity Source #
A collection of segments and corresponding subsegments associated to a trace summary error.
See: newErrorRootCauseEntity
smart constructor.
ErrorRootCauseEntity' | |
|
Instances
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_exceptions :: Lens' ErrorRootCauseEntity (Maybe [RootCauseException]) Source #
The types and messages of the exceptions.
errorRootCauseEntity_remote :: Lens' ErrorRootCauseEntity (Maybe Bool) Source #
A flag that denotes a remote subsegment.
errorRootCauseEntity_name :: Lens' ErrorRootCauseEntity (Maybe Text) Source #
The name of the entity.