/AWS1/CL_KNDBTCGETDOCSTATRSP00¶
Provides a response when the status of a document could not be retrieved.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_documentid TYPE /AWS1/KNDDOCUMENTID /AWS1/KNDDOCUMENTID¶
The identifier of the document whose status could not be retrieved.
iv_datasourceid TYPE /AWS1/KNDDATASOURCEID /AWS1/KNDDATASOURCEID¶
The identifier of the data source connector that the failed document belongs to.
iv_errorcode TYPE /AWS1/KNDERRORCODE /AWS1/KNDERRORCODE¶
Indicates the source of the error.
iv_errormessage TYPE /AWS1/KNDERRORMESSAGE /AWS1/KNDERRORMESSAGE¶
States that the API could not get the status of a document. This could be because the request is not valid or there is a system error.
Queryable Attributes¶
DocumentId¶
The identifier of the document whose status could not be retrieved.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENTID() |
Getter for DOCUMENTID, with configurable default |
ASK_DOCUMENTID() |
Getter for DOCUMENTID w/ exceptions if field has no value |
HAS_DOCUMENTID() |
Determine if DOCUMENTID has a value |
DataSourceId¶
The identifier of the data source connector that the failed document belongs to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCEID() |
Getter for DATASOURCEID, with configurable default |
ASK_DATASOURCEID() |
Getter for DATASOURCEID w/ exceptions if field has no value |
HAS_DATASOURCEID() |
Determine if DATASOURCEID has a value |
ErrorCode¶
Indicates the source of the error.
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 |
ErrorMessage¶
States that the API could not get the status of a document. This could be because the request is not valid or there is a system error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ERRORMESSAGE() |
Getter for ERRORMESSAGE, with configurable default |
ASK_ERRORMESSAGE() |
Getter for ERRORMESSAGE w/ exceptions if field has no value |
HAS_ERRORMESSAGE() |
Determine if ERRORMESSAGE 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_BATCHGETDOCSTATUSRSPERRORS¶
TYPES TT_BATCHGETDOCSTATUSRSPERRORS TYPE STANDARD TABLE OF REF TO /AWS1/CL_KNDBTCGETDOCSTATRSP00 WITH DEFAULT KEY
.