sonar issues

This commit is contained in:
jain
2023-07-17 16:07:06 +05:30
parent 2d3100286d
commit 1399b585e8
10 changed files with 249 additions and 70 deletions

View File

@ -62,7 +62,8 @@ ERROR_CODE = {
"2035": "Image should not be 0 kb",
"2036": "Choose valid user",
# log in multiple device msg
"2037": "You are already log in another device"
"2037": "You are already log in another device",
"2038": "Choose valid action for task"
}
"""Success message code"""
SUCCESS_CODE = {
@ -98,8 +99,10 @@ SUCCESS_CODE = {
"3020": "Logged out successfully.",
"3021": "Add junior successfully",
"3022": "Remove junior successfully",
"3023": "Approved junior successfully",
"3024": "Reject junior request successfully"
"3023": "Junior is approved successfully",
"3024": "Junior request is rejected successfully",
"3025": "Task is approved successfully",
"3026": "Task is rejected successfully",
}
"""status code error"""
STATUS_CODE_ERROR = {