/AWS1/CL_XDDSTATUSREASON¶
Stream status reason with error and timestamp.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_error TYPE /AWS1/XDDSTREAMFAILERRORCODE /AWS1/XDDSTREAMFAILERRORCODE¶
The error code for the stream failure.
iv_updatedat TYPE /AWS1/XDDTIMESTAMP /AWS1/XDDTIMESTAMP¶
The timestamp when the status was updated.
Queryable Attributes¶
error¶
The error code for the stream failure.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERROR() |
Getter for ERROR, with configurable default |
ASK_ERROR() |
Getter for ERROR w/ exceptions if field has no value |
HAS_ERROR() |
Determine if ERROR has a value |
updatedAt¶
The timestamp when the status was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |