Merge pull request #303 from KiwiTechLLC/sprint6-bugs

handle scenerio for task after disassociate
This commit is contained in:
dilipshrivastwa-kiwi
2023-09-05 13:14:01 +05:30
committed by GitHub
8 changed files with 21 additions and 11 deletions

View File

@ -111,7 +111,10 @@ ERROR_CODE = {
"2080": "Can not add App version",
"2081": "A junior can only be associated with a maximum of 3 guardian",
# guardian code not exist
"2082": "Guardian code does not exist"
"2082": "Guardian code does not exist",
"2083": "You can not start this task because guardian is not associate with you",
"2084": "You can not complete this task because guardian is not associate with you",
"2085": "You can not take action on this task because junior is not associate with you"
}
"""Success message code"""