Error codes
This page contains the following information:
- Error response: a
JSON
format which is used for the Sendbird server to send an error response to a client's request. - Error codes: HTTP status of each error with the corresponding error detail. Error codes in the 4xx range indicate a client-side error while codes in the 5xx range indicate a Sendbird server-side error.
Error response
All errors return a 200, 400, or 500 HTTP response. The details of each error are included in the message
field.
List of error properties
Property name | Type | Description |
---|---|---|
error | boolean | Indicates an error has occurred. |
code | int | Indicates a 200, 400, or 500 HTTP response of an error. |
message | string | The description of an error. |
Error codes
The following table lists client or server-side errors that the Notifications API returns in response to calls. For more information, see Error codes for Platform API for Sendbird Chat.
HTTP status code | Error detail |
---|---|
207 | 207100 (PartialSuccess) |
400 | 400111 (InvalidValue) |
400 | 400111 (InvalidValue) |
400 | 403100 (PermissionDenied) |
400 | 403101 (ServiceDoesNotActivated) |