mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-07-10 23:27:33 +00:00
handle delete scenerio in approve task and junior
This commit is contained in:
@ -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"""
|
||||
|
Reference in New Issue
Block a user