devicetypeAPIGET1
This commit is contained in:
9
backend/common/constants/status_code.py
Normal file
9
backend/common/constants/status_code.py
Normal file
@@ -0,0 +1,9 @@
|
||||
HTTP_OK = 200
|
||||
HTTP_CREATED = 201
|
||||
HTTP_BAD_REQUEST = 400
|
||||
HTTP_UNAUTHORIZED = 401
|
||||
HTTP_FORBIDDEN = 403
|
||||
HTTP_NOT_FOUND = 404
|
||||
HTTP_CONFLICT = 409
|
||||
HTTP_UNPROCESSABLE_ENTITY = 422
|
||||
HTTP_INTERNAL_SERVER_ERROR = 500
|
||||
Reference in New Issue
Block a user