/AWS1/CL_RGRQUERYERROR¶
A two-part error structure that can occur in ListGroupResources
or
SearchResources
.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_errorcode
TYPE /AWS1/RGRQUERYERRORCODE
/AWS1/RGRQUERYERRORCODE
¶
Specifies the error code that was raised.
iv_message
TYPE /AWS1/RGRQUERYERRORMESSAGE
/AWS1/RGRQUERYERRORMESSAGE
¶
A message that explains the
ErrorCode
.
Queryable Attributes¶
ErrorCode¶
Specifies the error code that was raised.
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 |
Message¶
A message that explains the
ErrorCode
.
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_QUERYERRORLIST
¶
TYPES TT_QUERYERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_RGRQUERYERROR WITH DEFAULT KEY
.