-
Notifications
You must be signed in to change notification settings - Fork 128
fix(api): handle wrapped operation errors #2602
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
fix(api): handle wrapped operation errors #2602
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Updates error documentation URL paths in the formatted error system from 'general/errors' to 'api/errors', improving organization of API-specific error documentation.
- Modified
packages/common/formatted-error/build.rs
to generate documentation links under 'api/errors' instead of 'general/errors', reflecting a more structured approach to API error documentation
1 file reviewed, no comments
Edit PR Review Bot Settings | Greptile
ad91542
to
1511dc4
Compare
7e81f73
to
1238c2e
Compare
1238c2e
to
94f713e
Compare
94f713e
to
07bd21d
Compare
3c44859
to
1debe8e
Compare
07bd21d
to
1238c2e
Compare
1debe8e
to
1511dc4
Compare
1511dc4
to
bde01b1
Compare
1238c2e
to
8c26d5c
Compare
8c26d5c
to
310907d
Compare
bde01b1
to
06cd00a
Compare
Merge activity
|
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
Changes