/AWS1/CL_WKRBTCDEVERRORRSPITEM¶
Contains error information for a device operation that failed in a batch device request.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_appid TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The application ID of the device that failed to be processed.
Optional arguments:¶
iv_field TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
The field that caused the error.
iv_reason TYPE /AWS1/WKRGENERICSTRING /AWS1/WKRGENERICSTRING¶
A description of why the device operation failed.
Queryable Attributes¶
field¶
The field that caused the error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIELD() |
Getter for FIELD, with configurable default |
ASK_FIELD() |
Getter for FIELD w/ exceptions if field has no value |
HAS_FIELD() |
Determine if FIELD has a value |
reason¶
A description of why the device operation failed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REASON() |
Getter for REASON, with configurable default |
ASK_REASON() |
Getter for REASON w/ exceptions if field has no value |
HAS_REASON() |
Determine if REASON has a value |
appId¶
The application ID of the device that failed to be processed.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_APPID() |
Getter for APPID, with configurable default |
ASK_APPID() |
Getter for APPID w/ exceptions if field has no value |
HAS_APPID() |
Determine if APPID 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_BATCHDEVICEERRORRSPITEMS¶
TYPES TT_BATCHDEVICEERRORRSPITEMS TYPE STANDARD TABLE OF REF TO /AWS1/CL_WKRBTCDEVERRORRSPITEM WITH DEFAULT KEY
.