/AWS1/CL_QSTBTCDESCRUSRLMTSERR¶
Information about a user whose limits could not be described in a batch operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_errorcode TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The error code for the failure.
iv_message TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The error message for the failure.
Optional arguments:¶
iv_username TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The name of the user that failed.
iv_namespace TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The namespace of the user that failed.
iv_userarn TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The ARN of the user that failed.
Queryable Attributes¶
userName¶
The name of the user that failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERNAME() |
Getter for USERNAME, with configurable default |
ASK_USERNAME() |
Getter for USERNAME w/ exceptions if field has no value |
HAS_USERNAME() |
Determine if USERNAME has a value |
namespace¶
The namespace of the user that failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NAMESPACE() |
Getter for NAMESPACE, with configurable default |
ASK_NAMESPACE() |
Getter for NAMESPACE w/ exceptions if field has no value |
HAS_NAMESPACE() |
Determine if NAMESPACE has a value |
userArn¶
The ARN of the user that failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_USERARN() |
Getter for USERARN, with configurable default |
ASK_USERARN() |
Getter for USERARN w/ exceptions if field has no value |
HAS_USERARN() |
Determine if USERARN has a value |
errorCode¶
The error code for the failure.
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¶
The error message for the failure.
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_BATCHDESCRUSERLMTSERRORLIST¶
TYPES TT_BATCHDESCRUSERLMTSERRORLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTBTCDESCRUSRLMTSERR WITH DEFAULT KEY
.