mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-08-25 21:59:40 +00:00
bugs and push notification for create task
This commit is contained in:
@ -75,7 +75,11 @@ ERROR_CODE = {
|
||||
"2042": "Article Card with given id doesn't exist.",
|
||||
"2043": "Article Survey with given id doesn't exist.",
|
||||
"2044": "Task does not exist",
|
||||
"2045": "Invalid guardian"
|
||||
"2045": "Invalid guardian",
|
||||
"2046": "Due date must be future date",
|
||||
"2047": "Invalid Junior ID ",
|
||||
"2048": "Choose right file for image",
|
||||
"2049": "This task is already requested "
|
||||
}
|
||||
"""Success message code"""
|
||||
SUCCESS_CODE = {
|
||||
|
Reference in New Issue
Block a user