Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Sep 25, 2023
1 parent 5efa36e commit cc0637c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions en-US/markdown/agora-chat/Reference/agora_chat_status_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ This status code indicates that the API request is rejected by the server due to
| `403` | `forbidden_op` | "Forbidden operation on group owner!" | The error message returned because the specified operation cannot be performed on chat group owners, such as adding the chat group owner to block list. |
| `403` | `forbidden_op` | "Can not join this group, reason:user: {username} has joined too many groups/chatroom!" | The error message returned because the number of chat groups or chat rooms joined by a user has reached the limit. |
| `403` | `forbidden_op` | "This appKey has create too many groups/chatrooms!" | The number of chat groups or chat rooms created by using an App key has reached the limit. For details, see [Pricing plans](./agora_chat_plan?platform=RESTful). |
| 403 | exceed_limit | "Invitee's contact max count" | The user receiving the friend request has reached the maximum number of contacts allowed.|
| 403 | exceed_limit | "Inviter's contact max count" | The user sending the friend request has reached the maximum number of contacts allowed. |

### 404 Not Found
This status code indicates that the specified resources of the API request could not be found by the server.
Expand Down

0 comments on commit cc0637c

Please sign in to comment.