/AWS1/CL_LMDINVWRSPSTRMCMPEVT¶
A response confirming that the event stream is complete.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_errorcode TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
An error code.
iv_errordetails TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
The details of any returned error.
iv_logresult TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
The last 4 KB of the execution log, which is base64-encoded.
Queryable Attributes¶
ErrorCode¶
An error code.
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 |
ErrorDetails¶
The details of any returned error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDETAILS() |
Getter for ERRORDETAILS, with configurable default |
ASK_ERRORDETAILS() |
Getter for ERRORDETAILS w/ exceptions if field has no value |
HAS_ERRORDETAILS() |
Determine if ERRORDETAILS has a value |
LogResult¶
The last 4 KB of the execution log, which is base64-encoded.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGRESULT() |
Getter for LOGRESULT, with configurable default |
ASK_LOGRESULT() |
Getter for LOGRESULT w/ exceptions if field has no value |
HAS_LOGRESULT() |
Determine if LOGRESULT has a value |