Files
chatchat-space--langchain-c…/libs/chatchat-server/chatchat/server/constant/response_code.py
T
2026-07-13 12:36:28 +08:00

6 lines
112 B
Python

class ResponseCode:
SUCCESS = 200
BAD_REQUEST = 400
NOT_FOUND = 404
INTERNAL_SERVER_ERROR = 500