/AWS1/CL_ERNDELUNIQUEIDERROR¶
The error information provided when the delete unique ID operation doesn't complete.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_uniqueid
TYPE /AWS1/ERNHEADERSAFEUNIQUEID
/AWS1/ERNHEADERSAFEUNIQUEID
¶
The unique ID that couldn't be deleted.
iv_errortype
TYPE /AWS1/ERNDELUNIQUEIDERRORTYPE
/AWS1/ERNDELUNIQUEIDERRORTYPE
¶
The error type for the delete unique ID operation.
The
SERVICE_ERROR
value indicates that an internal service-side problem occurred during the deletion operation.The
VALIDATION_ERROR
value indicates that the deletion operation couldn't complete because of invalid input parameters or data.
Queryable Attributes¶
uniqueId¶
The unique ID that couldn't be deleted.
Accessible with the following methods¶
Method | Description |
---|---|
GET_UNIQUEID() |
Getter for UNIQUEID, with configurable default |
ASK_UNIQUEID() |
Getter for UNIQUEID w/ exceptions if field has no value |
HAS_UNIQUEID() |
Determine if UNIQUEID has a value |
errorType¶
The error type for the delete unique ID operation.
The
SERVICE_ERROR
value indicates that an internal service-side problem occurred during the deletion operation.The
VALIDATION_ERROR
value indicates that the deletion operation couldn't complete because of invalid input parameters or data.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ERRORTYPE() |
Getter for ERRORTYPE, with configurable default |
ASK_ERRORTYPE() |
Getter for ERRORTYPE w/ exceptions if field has no value |
HAS_ERRORTYPE() |
Determine if ERRORTYPE 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_DELETEUNIQUEIDERRORSLIST
¶
TYPES TT_DELETEUNIQUEIDERRORSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ERNDELUNIQUEIDERROR WITH DEFAULT KEY
.