diff options
Diffstat (limited to 'src/constants')
-rw-r--r-- | src/constants/app-constants.ts | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/constants/app-constants.ts b/src/constants/app-constants.ts index 0f44f0f..0c45ebb 100644 --- a/src/constants/app-constants.ts +++ b/src/constants/app-constants.ts @@ -167,5 +167,26 @@ export const appConstants = { pauseOnHover: true, clickToClose: true, maxLength: 200 + }, + "messages" : { + "retrievalSuccessMessage" : 'Retrieved artifact successfully', + "retrievalFailureMessage" : 'There is no artifact saved in APPC for the selected action', + "saveSuccessMessage" : 'Successfully uploaded the ', + "saveFailureMessage" : 'Error in saving the ', + "artifactRetrivalsuccessMessage" : 'Retrieved artifact successfully', + "artifactRetrivalfailureMessage" : 'There is no artifact saved in APPC for the selected action!', + "artifactUploadAction" : 'uploadArtifact', + "artifactgetAction" : 'getArtifact' + }, + "errorCode" : { + "401" : '401', + "400" : '400' + }, + "notifications" : { + "titles" : { + "information" : 'Information', + "success" : 'Success', + "error" : 'Error' + } } };
\ No newline at end of file |