jira-34 points earned

This commit is contained in:
jain
2023-07-18 19:18:38 +05:30
parent 06d841f444
commit 9b84d176af
5 changed files with 84 additions and 6 deletions

View File

@ -73,7 +73,8 @@ ERROR_CODE = {
# add article msg
"2041": "Article with given id doesn't exist.",
"2042": "Article Card with given id doesn't exist.",
"2043": "Article Survey with given id doesn't exist."
"2043": "Article Survey with given id doesn't exist.",
"2044": "Task does not exist"
}
"""Success message code"""
SUCCESS_CODE = {
@ -119,6 +120,7 @@ SUCCESS_CODE = {
"3029": "Article has been deleted successfully.",
"3030": "Article Card has been removed successfully.",
"3031": "Article Survey has been removed successfully.",
"3032": "Task request sent successfully"
}
"""status code error"""
STATUS_CODE_ERROR = {