/AWS1/CL_OSSCOLLGROUPERRORDET¶
Error details for a collection group operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_id TYPE /AWS1/OSSCOLLECTIONGROUPID /AWS1/OSSCOLLECTIONGROUPID¶
If the request contains collection group IDs, the response includes the IDs provided in the request.
iv_name TYPE /AWS1/OSSCOLLECTIONGROUPNAME /AWS1/OSSCOLLECTIONGROUPNAME¶
If the request contains collection group names, the response includes the names provided in the request.
iv_errormessage TYPE /AWS1/OSSSTRING /AWS1/OSSSTRING¶
A description of the error. For example,
The specified Collection Group is not found.
iv_errorcode TYPE /AWS1/OSSSTRING /AWS1/OSSSTRING¶
The error code for the request. For example,
NOT_FOUND.
Queryable Attributes¶
id¶
If the request contains collection group IDs, the response includes the IDs provided in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ID() |
Getter for ID, with configurable default |
ASK_ID() |
Getter for ID w/ exceptions if field has no value |
HAS_ID() |
Determine if ID has a value |
name¶
If the request contains collection group names, the response includes the names provided in the request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAME() |
Getter for NAME, with configurable default |
ASK_NAME() |
Getter for NAME w/ exceptions if field has no value |
HAS_NAME() |
Determine if NAME has a value |
errorMessage¶
A description of the error. For example,
The specified Collection Group is not found.
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 error code for the request. For example,
NOT_FOUND.
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_COLLECTIONGROUPERRORDETAILS¶
TYPES TT_COLLECTIONGROUPERRORDETAILS TYPE STANDARD TABLE OF REF TO /AWS1/CL_OSSCOLLGROUPERRORDET WITH DEFAULT KEY
.