handle delete scenerio in approve task and junior

This commit is contained in:
jain
2023-08-18 11:04:05 +05:30
parent b46109e487
commit dd2890bca6
13 changed files with 81 additions and 40 deletions

View File

@ -97,7 +97,9 @@ ERROR_CODE = {
"2068": "No guardian associated with this junior",
"2069": "Invalid user type",
"2070": "You did not find as a guardian",
"2071": "You did not find as a junior"
"2071": "You did not find as a junior",
"2072": "You can not approve or reject this task because junior does not exist in the system",
"2073": "You can not approve or reject this junior because junior does not exist in the system"
}
"""Success message code"""