guardian code

This commit is contained in:
jain
2023-07-21 18:38:16 +05:30
parent 0a5eaa233f
commit d86f7d3436
2 changed files with 8 additions and 5 deletions

View File

@ -74,7 +74,8 @@ ERROR_CODE = {
"2041": "Article with given id doesn't exist.",
"2042": "Article Card with given id doesn't exist.",
"2043": "Article Survey with given id doesn't exist.",
"2044": "Task does not exist"
"2044": "Task does not exist",
"2045": "Invalid guardian"
}
"""Success message code"""
SUCCESS_CODE = {