/AWS1/CL_EMRERRORDETAIL¶
A tuple that provides information about an error that caused a cluster to terminate.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_errorcode TYPE /AWS1/EMRSTRING /AWS1/EMRSTRING¶
The name or code associated with the error.
it_errordata TYPE /AWS1/CL_EMRSTRINGMAP_W=>TT_ERRORDATA TT_ERRORDATA¶
A list of key value pairs that provides contextual information about why an error occured.
iv_errormessage TYPE /AWS1/EMRSTRING /AWS1/EMRSTRING¶
A message that describes the error.
Queryable Attributes¶
ErrorCode¶
The name or code associated with the error.
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 |
ErrorData¶
A list of key value pairs that provides contextual information about why an error occured.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDATA() |
Getter for ERRORDATA, with configurable default |
ASK_ERRORDATA() |
Getter for ERRORDATA w/ exceptions if field has no value |
HAS_ERRORDATA() |
Determine if ERRORDATA has a value |
ErrorMessage¶
A message that describes the error.
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_ERRORDETAILLIST¶
TYPES TT_ERRORDETAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_EMRERRORDETAIL WITH DEFAULT KEY
.