handle deleted user scenario in complete task api

This commit is contained in:
jain
2023-08-18 11:45:21 +05:30
parent dd2890bca6
commit ef4c459229
2 changed files with 4 additions and 1 deletions

View File

@ -99,7 +99,8 @@ ERROR_CODE = {
"2070": "You did not find as a guardian",
"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"
"2073": "You can not approve or reject this junior because junior does not exist in the system",
"2074": "You can not complete this task because you does not exist in the system"
}
"""Success message code"""