/AWS1/CL_IN2FINDINGDETSERROR¶
Details about an error encountered when trying to return vulnerability data for a finding.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_findingarn TYPE /AWS1/IN2FINDINGARN /AWS1/IN2FINDINGARN¶
The finding ARN that returned an error.
iv_errorcode TYPE /AWS1/IN2FINDINGDETSERRORCODE /AWS1/IN2FINDINGDETSERRORCODE¶
The error code.
iv_errormessage TYPE /AWS1/IN2NONEMPTYSTRING /AWS1/IN2NONEMPTYSTRING¶
The error message.
Queryable Attributes¶
findingArn¶
The finding ARN that returned an error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FINDINGARN() |
Getter for FINDINGARN, with configurable default |
ASK_FINDINGARN() |
Getter for FINDINGARN w/ exceptions if field has no value |
HAS_FINDINGARN() |
Determine if FINDINGARN has a value |
errorCode¶
The error code.
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 error message.
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_FINDINGDETAILSERRORLIST¶
TYPES TT_FINDINGDETAILSERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_IN2FINDINGDETSERROR WITH DEFAULT KEY
.