mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 16:44:54 +00:00
sonar issues
This commit is contained in:
@ -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."],
|
||||
|
||||
Reference in New Issue
Block a user