/AWS1/CL_ADSBTCDELIMPDATAERROR¶
Error messages returned for each import task that you deleted as a response for this command.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_importtaskid TYPE /AWS1/ADSIMPORTTASKIDENTIFIER /AWS1/ADSIMPORTTASKIDENTIFIER¶
The unique import ID associated with the error that occurred.
iv_errorcode TYPE /AWS1/ADSBTCDELIMPDATAERRCODE /AWS1/ADSBTCDELIMPDATAERRCODE¶
The type of error that occurred for a specific import task.
iv_errordescription TYPE /AWS1/ADSBTCDELIMPDATAERRDESC /AWS1/ADSBTCDELIMPDATAERRDESC¶
The description of the error that occurred for a specific import task.
Queryable Attributes¶
importTaskId¶
The unique import ID associated with the error that occurred.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_IMPORTTASKID() |
Getter for IMPORTTASKID, with configurable default |
ASK_IMPORTTASKID() |
Getter for IMPORTTASKID w/ exceptions if field has no value |
HAS_IMPORTTASKID() |
Determine if IMPORTTASKID has a value |
errorCode¶
The type of error that occurred for a specific import task.
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 |
errorDescription¶
The description of the error that occurred for a specific import task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDESCRIPTION() |
Getter for ERRORDESCRIPTION, with configurable default |
ASK_ERRORDESCRIPTION() |
Getter for ERRORDESCRIPTION w/ exceptions if field has no va |
HAS_ERRORDESCRIPTION() |
Determine if ERRORDESCRIPTION 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_BATCHDELETEIMPDATAERRORLIST¶
TYPES TT_BATCHDELETEIMPDATAERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ADSBTCDELIMPDATAERROR WITH DEFAULT KEY
.