-
Notifications
You must be signed in to change notification settings - Fork 124
improve error code consistency, part one #1399
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
base: main
Are you sure you want to change the base?
Conversation
|
Now that v3.0.19 is published I'd like to start getting these changes over the finish line. Would it be helpful to break this PR into smaller pieces? If so, what is the right size? One PR per API is probably a bit too fine-grained since there are over 100 APIs. Maybe one PR per "chapter"? Or, is this PR tractable as-is, and folks just need a bit more time for review? |
|
I'll break this PR into smaller pieces for easier review. Moving to "draft" so it doesn't get accidentally merged. |
This is a PR to partially address the way we document error conditions, see #1320 and in particular #1320 (comment).
This doesn't modify the entire spec, but:
We should decide whether we merge these changes in their partial state or whether we wait to review and merge the changes for the entire spec in the same PR.
Regardless, it would be beneficial to decide what to do with this PR sooner rather than later, because any changes to error conditions will likely result in merge conflicts that will need to be resolved.