/AWS1/CL_VIDFAILUREDETAILS¶
Contains error details for a failed batch job.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_statuscode TYPE /AWS1/VIDINTEGER /AWS1/VIDINTEGER¶
An HTTP status code representing the nature of the error.
iv_message TYPE /AWS1/VIDSTRING /AWS1/VIDSTRING¶
A description of the error that caused the batch job failure.
Queryable Attributes¶
StatusCode¶
An HTTP status code representing the nature of the error.
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¶
A description of the error that caused the batch job failure.
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 |