| 1000 |
NORMAL_CLOSURE |
Normal closure |
WebSocket connection was closed normally, no action required |
| 4000 |
GENERAL_ERROR |
General error |
An unknown error occurred, log it and retry if necessary |
| 4001 |
UNAUTHORIZED |
Authentication failed |
API Key or Token is invalid, re-authentication is required |
| 4002 |
INVALID_PARAMETER |
Invalid parameter |
Missing or incorrectly formatted request parameter |
| 4003 |
INVALID_CLIENT |
Invalid client |
Client identifier is invalid or unregistered |
| 4004 |
MESSAGE_ERROR |
Message processing error |
An error occurred during message generation or sending |
| 4005 |
SAVE_RECORD_ERROR |
Failed to save chat record |
Server failed to save the chat record |
| 4006 |
INTERNAL_ERROR |
Internal server error |
Server encountered an exception, check logs |