/AWS1/CL_BDKBTCDELADVPROPTJO02¶
Contains information about an error that occurred when deleting an advanced prompt optimization job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_jobidentifier TYPE /AWS1/BDKADVDPROMPTOPTMZJOBID /AWS1/BDKADVDPROMPTOPTMZJOBID¶
The identifier of the job that could not be deleted.
iv_code TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
The error code for the deletion failure.
Optional arguments:¶
iv_message TYPE /AWS1/BDKSTRING /AWS1/BDKSTRING¶
A message describing the error.
Queryable Attributes¶
jobIdentifier¶
The identifier of the job that could not be deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBIDENTIFIER() |
Getter for JOBIDENTIFIER, with configurable default |
ASK_JOBIDENTIFIER() |
Getter for JOBIDENTIFIER w/ exceptions if field has no value |
HAS_JOBIDENTIFIER() |
Determine if JOBIDENTIFIER has a value |
code¶
The error code for the deletion failure.
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 |
message¶
A message describing the 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_BTCDELADVDPROPTMZJOBERRORS¶
TYPES TT_BTCDELADVDPROPTMZJOBERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKBTCDELADVPROPTJO02 WITH DEFAULT KEY
.