[PR #4947] [MERGED] feat: support error for limit exceed #6545

Closed
opened 2026-03-23 22:23:42 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/4947
Author: @speed2exe
Created: 3/20/2024
Status: Merged
Merged: 3/21/2024
Merged by: @LucasXu0

Base: mainHead: limit-exceed-error


📝 Commits (2)

  • 2485d15 feat: support error for limit exceed
  • ab0362e Merge branch 'main' into limit-exceed-error

📊 Changes

6 files changed (+53 additions, -35 deletions)

View changed files

📝 frontend/rust-lib/flowy-error/src/code.rs (+6 -0)
📝 frontend/rust-lib/flowy-error/src/impl_from/cloud.rs (+5 -0)
📝 frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs (+9 -9)
📝 frontend/rust-lib/flowy-server/src/local_server/impls/user.rs (+9 -5)
📝 frontend/rust-lib/flowy-server/src/supabase/api/user.rs (+14 -9)
📝 frontend/rust-lib/flowy-user-pub/src/cloud.rs (+10 -12)

📄 Description

  • Use FlowyError for most cloud apis
  • Support for WorkspaceLimitExceeded and WorkspaceMemberLimitExceeded error

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/4947 **Author:** [@speed2exe](https://github.com/speed2exe) **Created:** 3/20/2024 **Status:** ✅ Merged **Merged:** 3/21/2024 **Merged by:** [@LucasXu0](https://github.com/LucasXu0) **Base:** `main` ← **Head:** `limit-exceed-error` --- ### 📝 Commits (2) - [`2485d15`](https://github.com/AppFlowy-IO/AppFlowy/commit/2485d15bfc669e46afd24076bd661da24d7c0a95) feat: support error for limit exceed - [`ab0362e`](https://github.com/AppFlowy-IO/AppFlowy/commit/ab0362ec0bdf11ea95ee2b7d70687648e9d9b5a7) Merge branch 'main' into limit-exceed-error ### 📊 Changes **6 files changed** (+53 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `frontend/rust-lib/flowy-error/src/code.rs` (+6 -0) 📝 `frontend/rust-lib/flowy-error/src/impl_from/cloud.rs` (+5 -0) 📝 `frontend/rust-lib/flowy-server/src/af_cloud/impls/user/cloud_service_impl.rs` (+9 -9) 📝 `frontend/rust-lib/flowy-server/src/local_server/impls/user.rs` (+9 -5) 📝 `frontend/rust-lib/flowy-server/src/supabase/api/user.rs` (+14 -9) 📝 `frontend/rust-lib/flowy-user-pub/src/cloud.rs` (+10 -12) </details> ### 📄 Description - Use FlowyError for most cloud apis - Support for `WorkspaceLimitExceeded` and `WorkspaceMemberLimitExceeded` error --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 22:23:42 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#6545
No description provided.