Skip to content

/AWS1/CL_TRDRESULTERRORENTRY

Includes the error code and error message for events that could not be ingested by CloudTrail.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_id TYPE /AWS1/TRDUUID /AWS1/TRDUUID

The original event ID from the source event that could not be ingested by CloudTrail.

iv_errorcode TYPE /AWS1/TRDERRORCODE /AWS1/TRDERRORCODE

The error code for events that could not be ingested by CloudTrail. Possible error codes include: FieldTooLong, FieldNotFound, InvalidChecksum, InvalidData, InvalidRecipient, InvalidEventSource, AccountNotSubscribed, Throttling, and InternalFailure.

iv_errormessage TYPE /AWS1/TRDERRORMESSAGE /AWS1/TRDERRORMESSAGE

The message that describes the error for events that could not be ingested by CloudTrail.


Queryable Attributes

id

The original event ID from the source event that could not be ingested by CloudTrail.

Accessible with the following methods

Method Description
GET_ID() Getter for ID, with configurable default
ASK_ID() Getter for ID w/ exceptions if field has no value
HAS_ID() Determine if ID has a value

errorCode

The error code for events that could not be ingested by CloudTrail. Possible error codes include: FieldTooLong, FieldNotFound, InvalidChecksum, InvalidData, InvalidRecipient, InvalidEventSource, AccountNotSubscribed, Throttling, and InternalFailure.

Accessible with the following methods

Method Description
GET_ERRORCODE() Getter for ERRORCODE, with configurable default
ASK_ERRORCODE() Getter for ERRORCODE w/ exceptions if field has no value
HAS_ERRORCODE() Determine if ERRORCODE has a value

errorMessage

The message that describes the error for events that could not be ingested by CloudTrail.

Accessible with the following methods

Method Description
GET_ERRORMESSAGE() Getter for ERRORMESSAGE, with configurable default
ASK_ERRORMESSAGE() Getter for ERRORMESSAGE w/ exceptions if field has no value
HAS_ERRORMESSAGE() Determine if ERRORMESSAGE has a value

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_RESULTERRORENTRIES

TYPES TT_RESULTERRORENTRIES TYPE STANDARD TABLE OF REF TO /AWS1/CL_TRDRESULTERRORENTRY WITH DEFAULT KEY
.