sonar issues

This commit is contained in:
jain
2023-07-14 12:05:28 +05:30
parent 5d528b885a
commit 7b9b5a2c6f
11 changed files with 77 additions and 48 deletions

View File

@ -61,6 +61,7 @@ ERROR_CODE = {
"2035": "Image should not be 0 kb",
"2036": "Choose valid user"
}
"""Success message code"""
SUCCESS_CODE = {
# Success code for password
"3001": "Sign up successfully",
@ -97,7 +98,7 @@ SUCCESS_CODE = {
"3023": "Approved junior successfully",
"3024": "Reject junior request successfully"
}
"""status code error"""
STATUS_CODE_ERROR = {
# Status code for Invalid Input
"4001": ["Invalid input."],