Skip to content

Commit

Permalink
Merge pull request #593 from haoxiuwen/doc-v2
Browse files Browse the repository at this point in the history
Modify HTTPS Error Code
  • Loading branch information
haoxiuwen authored Jan 5, 2024
2 parents ee89e71 + 5016666 commit 2b233ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/document/server-side/error.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
| 403 | forbidden_op | "forbidden operation on group owner!" | 当前操作禁止对群主使用,如将群主加入黑名单。 |
| 403 | forbidden_op | "can not join this group, reason:user %s has joined too many groups/chatroom!” | 用户加入的群组或聊天室数超过了限制。 |
| 403 | forbidden_op | "this appKey has create too many groups/chatrooms!” | 加入群组或聊天室时,群组或聊天室人数已达到上限。 |
| 403 | forbidden_op | "Forbidden for url: [1111111567788/test/messages/chatgroups]" | 调用[发送群聊消息接口](message_group.html)时每秒发送的消息数量超过了 20 条。 |
| 403 | exceed_limit | "Invitee's contact max count" | 好友请求的接收方已达好友数量上限。 |
| 403 | exceed_limit | "Inviter's contact max count" | 好友请求的发送方已达好友数量上限。 |
| 404 | organization_application_not_found | "Could not find application for hx/hxdeo2 from URI: hx/hxdeo2/token" | hx/hxdeo2 这个设置不正确或不存在,或 baseurl 集群设置错误(只针对 vip 集群的 AppKey),正确的是 orgname/appname,即 AppKey 的 “#” 换成 “/“。 |
Expand Down

0 comments on commit 2b233ef

Please sign in to comment.