/AWS1/CL_CMTBTCGETREPOSITORI02¶
Returns information about errors in a BatchGetRepositories operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_repositoryid TYPE /AWS1/CMTREPOSITORYID /AWS1/CMTREPOSITORYID¶
The ID of a repository that either could not be found or was not in a valid state.
iv_repositoryname TYPE /AWS1/CMTREPOSITORYNAME /AWS1/CMTREPOSITORYNAME¶
The name of a repository that either could not be found or was not in a valid state.
iv_errorcode TYPE /AWS1/CMTBTCGETREPOSITORIESE00 /AWS1/CMTBTCGETREPOSITORIESE00¶
An error code that specifies the type of failure.
iv_errormessage TYPE /AWS1/CMTERRORMESSAGE /AWS1/CMTERRORMESSAGE¶
An error message that provides detail about why the repository either was not found or was not in a valid state.
Queryable Attributes¶
repositoryId¶
The ID of a repository that either could not be found or was not in a valid state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYID() |
Getter for REPOSITORYID, with configurable default |
ASK_REPOSITORYID() |
Getter for REPOSITORYID w/ exceptions if field has no value |
HAS_REPOSITORYID() |
Determine if REPOSITORYID has a value |
repositoryName¶
The name of a repository that either could not be found or was not in a valid state.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REPOSITORYNAME() |
Getter for REPOSITORYNAME, with configurable default |
ASK_REPOSITORYNAME() |
Getter for REPOSITORYNAME w/ exceptions if field has no valu |
HAS_REPOSITORYNAME() |
Determine if REPOSITORYNAME has a value |
errorCode¶
An error code that specifies the type of 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¶
An error message that provides detail about why the repository either was not found or was not in a valid state.
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_BTCGETREPOSITORIESERRSLIST¶
TYPES TT_BTCGETREPOSITORIESERRSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_CMTBTCGETREPOSITORI02 WITH DEFAULT KEY
.