/AWS1/CL_ADSBATCHDELAGENTERROR¶
An object representing the agent or data collector that failed to delete, each containing agentId, errorMessage, and errorCode.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_agentid TYPE /AWS1/ADSAGENTID /AWS1/ADSAGENTID¶
The ID of the agent or data collector to delete.
iv_errormessage TYPE /AWS1/ADSSTRING /AWS1/ADSSTRING¶
The description of the error that occurred for the delete failed agent.
iv_errorcode TYPE /AWS1/ADSDELETEAGENTERRORCODE /AWS1/ADSDELETEAGENTERRORCODE¶
The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
Queryable Attributes¶
agentId¶
The ID of the agent or data collector to delete.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGENTID() |
Getter for AGENTID, with configurable default |
ASK_AGENTID() |
Getter for AGENTID w/ exceptions if field has no value |
HAS_AGENTID() |
Determine if AGENTID has a value |
errorMessage¶
The description of the error that occurred for the delete failed agent.
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 |
errorCode¶
The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BATCHDELETEAGENTERRORS¶
TYPES TT_BATCHDELETEAGENTERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_ADSBATCHDELAGENTERROR WITH DEFAULT KEY
.