/AWS1/CL_LMDEVENTERROR¶
Error information for an event.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_payload TYPE REF TO /AWS1/CL_LMDERROROBJECT /AWS1/CL_LMDERROROBJECT¶
The error payload.
iv_truncated TYPE /AWS1/LMDTRUNCATED /AWS1/LMDTRUNCATED¶
Indicates if the error payload was truncated due to size limits.
Queryable Attributes¶
Payload¶
The error payload.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PAYLOAD() |
Getter for PAYLOAD |
Truncated¶
Indicates if the error payload was truncated due to size limits.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TRUNCATED() |
Getter for TRUNCATED, with configurable default |
ASK_TRUNCATED() |
Getter for TRUNCATED w/ exceptions if field has no value |
HAS_TRUNCATED() |
Determine if TRUNCATED has a value |