/AWS1/CL_CMTBTCDISASCAPPROVA02¶
Returns information about errors in a BatchDisassociateApprovalRuleTemplateFromRepositories operation.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_repositoryname
TYPE /AWS1/CMTREPOSITORYNAME
/AWS1/CMTREPOSITORYNAME
¶
The name of the repository where the association with the template was not able to be removed.
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 either not found or not valid.
Queryable Attributes¶
repositoryName¶
The name of the repository where the association with the template was not able to be removed.
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 either 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_BTCDISASCAPPROVALRLTMPLFR00
¶
TYPES TT_BTCDISASCAPPROVALRLTMPLFR00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_CMTBTCDISASCAPPROVA02 WITH DEFAULT KEY
.