/AWS1/CL_BLDPHASECONTEXT¶
Additional information about a build phase that has an error. You can use this information for troubleshooting.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_statuscode TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
The status code for the context of the build phase.
iv_message TYPE /AWS1/BLDSTRING /AWS1/BLDSTRING¶
An explanation of the build phase's context. This might include a command ID and an exit code.
Queryable Attributes¶
statusCode¶
The status code for the context of the build phase.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSCODE() |
Getter for STATUSCODE, with configurable default |
ASK_STATUSCODE() |
Getter for STATUSCODE w/ exceptions if field has no value |
HAS_STATUSCODE() |
Determine if STATUSCODE has a value |
message¶
An explanation of the build phase's context. This might include a command ID and an exit code.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_PHASECONTEXTS¶
TYPES TT_PHASECONTEXTS TYPE STANDARD TABLE OF REF TO /AWS1/CL_BLDPHASECONTEXT WITH DEFAULT KEY
.