Error codes
This page contains the following information:
- Error response: a
JSON
format which is used for Sendbird server to send an error response to a client's request. - Error codes: these errors are usually caused by something the client did and an Sendbird server-side issue. These errors are accompanied by a 400/500-series HTTP response code.
Error response
All errors return a 400 or 500 HTTP response. The details of each error are included in the message
field.
Error codes
The following table lists client/server errors that Call Platform API returns in response to calls.
HTTP status code | Detail |
---|---|
400 | 400100 (INVALID_PARAMS) |
400 | 400111 (MISSING_PARAMS) |
400 | 400200 (NOT_FOUND) |
400 | 400201 (UNIQUE_CONSTRAINT) |
400 | 400800 (FREE_PLAN_ENDED) |
400 | 1400126 (INVALID_ROOM) |
401 | 401120 (NOT_ALLOWED) |
401 | 401121 (NOT_AUTHORIZED) |
429 | 429100 (RATE_LIMIT_EXCEEDED) |
500 | 500999 (UNKNOWN_ERROR) |