/AWS1/CL_DEXJOBERROR¶
An error that occurred with the job request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_code TYPE /AWS1/DEXCODE /AWS1/DEXCODE¶
The code for the job error.
iv_message TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING¶
The message related to the job error.
Optional arguments:¶
io_details TYPE REF TO /AWS1/CL_DEXDETAILS /AWS1/CL_DEXDETAILS¶
The details about the job error.
iv_limitname TYPE /AWS1/DEXJOBERRORLIMITNAME /AWS1/DEXJOBERRORLIMITNAME¶
The name of the limit that was reached.
iv_limitvalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
The value of the exceeded limit.
iv_resourceid TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING¶
The unique identifier for the resource related to the error.
iv_resourcetype TYPE /AWS1/DEXJOBERRORRESOURCETYPES /AWS1/DEXJOBERRORRESOURCETYPES¶
The type of resource related to the error.
Queryable Attributes¶
Code¶
The code for the job error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CODE() |
Getter for CODE, with configurable default |
ASK_CODE() |
Getter for CODE w/ exceptions if field has no value |
HAS_CODE() |
Determine if CODE has a value |
Details¶
The details about the job error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DETAILS() |
Getter for DETAILS |
LimitName¶
The name of the limit that was reached.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIMITNAME() |
Getter for LIMITNAME, with configurable default |
ASK_LIMITNAME() |
Getter for LIMITNAME w/ exceptions if field has no value |
HAS_LIMITNAME() |
Determine if LIMITNAME has a value |
LimitValue¶
The value of the exceeded limit.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LIMITVALUE() |
Getter for LIMITVALUE |
ASK_LIMITVALUE() |
Getter for LIMITVALUE w/ exceptions if field has no value |
STR_LIMITVALUE() |
String format for LIMITVALUE |
Message¶
The message related to the job error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MESSAGE() |
Getter for MESSAGE, with configurable default |
ASK_MESSAGE() |
Getter for MESSAGE w/ exceptions if field has no value |
HAS_MESSAGE() |
Determine if MESSAGE has a value |
ResourceId¶
The unique identifier for the resource related to the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCEID() |
Getter for RESOURCEID, with configurable default |
ASK_RESOURCEID() |
Getter for RESOURCEID w/ exceptions if field has no value |
HAS_RESOURCEID() |
Determine if RESOURCEID has a value |
ResourceType¶
The type of resource related to the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESOURCETYPE() |
Getter for RESOURCETYPE, with configurable default |
ASK_RESOURCETYPE() |
Getter for RESOURCETYPE w/ exceptions if field has no value |
HAS_RESOURCETYPE() |
Determine if RESOURCETYPE 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_LISTOFJOBERROR¶
TYPES TT_LISTOFJOBERROR TYPE STANDARD TABLE OF REF TO /AWS1/CL_DEXJOBERROR WITH DEFAULT KEY
.