From cc0637ce2f1a1fed2ce34a2e2acfcce6745f7399 Mon Sep 17 00:00:00 2001 From: haoxiuwen Date: Mon, 25 Sep 2023 15:23:14 +0800 Subject: [PATCH] modify --- en-US/markdown/agora-chat/Reference/agora_chat_status_code.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/en-US/markdown/agora-chat/Reference/agora_chat_status_code.md b/en-US/markdown/agora-chat/Reference/agora_chat_status_code.md index f38904e4c8e..58b2ac5c638 100644 --- a/en-US/markdown/agora-chat/Reference/agora_chat_status_code.md +++ b/en-US/markdown/agora-chat/Reference/agora_chat_status_code.md @@ -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.