/AWS1/CL_QSTBTCDELKNWLDGBASEFL¶
Information about a knowledge base that failed to be deleted in a batch operation.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_knowledgebaseid TYPE /AWS1/QSTKNOWLEDGEBASEID /AWS1/QSTKNOWLEDGEBASEID¶
The unique identifier of the knowledge base that failed to be deleted.
iv_errorcode TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The error code for the deletion failure.
iv_errormessage TYPE /AWS1/QSTSTRING00 /AWS1/QSTSTRING00¶
The error message for the deletion failure.
Queryable Attributes¶
KnowledgeBaseId¶
The unique identifier of the knowledge base that failed to be deleted.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID, with configurable default |
ASK_KNOWLEDGEBASEID() |
Getter for KNOWLEDGEBASEID w/ exceptions if field has no val |
HAS_KNOWLEDGEBASEID() |
Determine if KNOWLEDGEBASEID has a value |
ErrorCode¶
The error code for the deletion failure.
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¶
The error message for the deletion failure.
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_BATCHDELKNWLDGBASEFAILLIST¶
TYPES TT_BATCHDELKNWLDGBASEFAILLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_QSTBTCDELKNWLDGBASEFL WITH DEFAULT KEY
.