/AWS1/CL_CMTBTCASCAPPROVALRL02¶
Returns information about errors in a BatchAssociateApprovalRuleTemplateWithRepositories operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_repositoryname
TYPE /AWS1/CMTREPOSITORYNAME
/AWS1/CMTREPOSITORYNAME
¶
The name of the repository where the association was not made.
iv_errorcode
TYPE /AWS1/CMTERRORCODE
/AWS1/CMTERRORCODE
¶
An error code that specifies whether the repository name was not valid or not found.
iv_errormessage
TYPE /AWS1/CMTERRORMESSAGE
/AWS1/CMTERRORMESSAGE
¶
An error message that provides details about why the repository name was not found or not valid.
Queryable Attributes¶
repositoryName¶
The name of the repository where the association was not made.
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 whether the repository name was not valid or not found.
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 details about why the repository name was not found or not valid.
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_BTCASCAPPROVALRLTMPLWREPO00
¶
TYPES TT_BTCASCAPPROVALRLTMPLWREPO00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CMTBTCASCAPPROVALRL02 WITH DEFAULT KEY
.