-
-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(presets): error handling #6775
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Your org has enabled the Graphite merge queue for merging into masterAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
pengx17
force-pushed
the
xp/04-16-feat_presets_error_handling
branch
from
April 17, 2024 03:16
36e2788
to
a5ec3fa
Compare
pengx17
force-pushed
the
xp/04-16-feat_presets_error_handling
branch
from
April 17, 2024 04:08
a5ec3fa
to
3041a5b
Compare
pengx17
requested review from
Flrande,
doouding,
donteatfriedrice and
regischen
April 17, 2024 04:16
Flrande
approved these changes
Apr 17, 2024
donteatfriedrice
approved these changes
Apr 17, 2024
Brooooooklyn
pushed a commit
to toeverything/AFFiNE
that referenced
this pull request
Apr 17, 2024
## Features - toeverything/blocksuite#6763 @doouding - toeverything/blocksuite#6780 @Saul-Mirone - toeverything/blocksuite#6775 @pengx17 - toeverything/blocksuite#6765 @donteatfriedrice ## Bugfix - toeverything/blocksuite#6792 @fundon - toeverything/blocksuite#6791 @fundon - toeverything/blocksuite#6776 @fundon - toeverything/blocksuite#6779 @Flrande - toeverything/blocksuite#6771 @fundon - toeverything/blocksuite#6769 @donteatfriedrice - toeverything/blocksuite#6768 @pengx17 - toeverything/blocksuite#6758 @Flrande - toeverything/blocksuite#6743 @fourdim - toeverything/blocksuite#6762 @regischen ## Refactor - toeverything/blocksuite#6786 @regischen - toeverything/blocksuite#6764 @pengx17 - toeverything/blocksuite#6772 @fundon ## Misc - toeverything/blocksuite#6766 @fourdim
Brooooooklyn
pushed a commit
to toeverything/AFFiNE
that referenced
this pull request
Apr 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Added predefined
AIError
that will be throw by implementations of AIProvider's actions.There are two types of errors for now:
For callers of these actions, they will be required to handle these errors and render error prompt accordingly.
I have updated error handling logic & template in AIPanel in this PR.