/AWS1/CL_DSYREPORTRESULT¶
Indicates whether DataSync created a complete task report for your transfer.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_status TYPE /AWS1/DSYPHASESTATUS /AWS1/DSYPHASESTATUS¶
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
iv_errorcode TYPE /AWS1/DSYSTRING /AWS1/DSYSTRING¶
Indicates the code associated with the error if DataSync can't create a complete report.
iv_errordetail TYPE /AWS1/DSYSTRING /AWS1/DSYSTRING¶
Provides details about issues creating a report.
Queryable Attributes¶
Status¶
Indicates whether DataSync is still working on your report, created a report, or can't create a complete report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
ErrorCode¶
Indicates the code associated with the error if DataSync can't create a complete report.
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 |
ErrorDetail¶
Provides details about issues creating a report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORDETAIL() |
Getter for ERRORDETAIL, with configurable default |
ASK_ERRORDETAIL() |
Getter for ERRORDETAIL w/ exceptions if field has no value |
HAS_ERRORDETAIL() |
Determine if ERRORDETAIL has a value |