add message for blank search

This commit is contained in:
jain
2023-08-29 10:41:44 +05:30
parent cc5ecc0647
commit 37d191eef8
2 changed files with 6 additions and 1 deletions

View File

@ -111,7 +111,8 @@ 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": "Search should not be blank"
}
"""Success message code"""