/AWS1/CL_LMDFUNCCODELOCERROR¶
Details about an error related to retrieving a function's deployment package.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_errorcode TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
The error code for the failed retrieval.
iv_message TYPE /AWS1/LMDSENSITIVESTRING /AWS1/LMDSENSITIVESTRING¶
A description of the error.
Queryable Attributes¶
ErrorCode¶
The error code for the failed retrieval.
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¶
A description of the error.
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 |