sonar issues

This commit is contained in:
jain
2023-07-25 17:06:26 +05:30
parent 7c4f9b2506
commit a8558b5e6e
4 changed files with 28 additions and 6 deletions

View File

@ -76,12 +76,15 @@ ERROR_CODE = {
"2043": "Article Survey with given id doesn't exist.",
"2044": "Task does not exist",
"2045": "Invalid guardian",
# past due date
"2046": "Due date must be future date",
# invalid junior id msg
"2047": "Invalid Junior ID ",
"2048": "Choose right file for image",
# task request
"2049": "This task is already requested ",
"2059": "Already exist junior",
# task status
"2060": "Task does not exist or not in pending state"
}
"""Success message code"""