Skip to content
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

[Rust API] Better return values for errors #3245

Open
KyleMiles opened this issue Jul 6, 2022 · 0 comments
Open

[Rust API] Better return values for errors #3245

KyleMiles opened this issue Jul 6, 2022 · 0 comments
Labels
Component: API Issue needs changes to the API Component: Rust API Issue needs changes to the Rust API Effort: Medium Issue should take < 1 month Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality

Comments

@KyleMiles
Copy link
Member

As it stands we just return Err(()) in a lot of places. We should replace all those with more informative errors.

See discussion in #2976, there's also a lot of related discussion lost to public slack history.

@KyleMiles KyleMiles added Type: Enhancement Issue is a small enhancement to existing functionality Component: API Issue needs changes to the API needs refactor Impact: Low Issue is a papercut or has a good, supported workaround Effort: Medium Issue should take < 1 month Component: Rust API Issue needs changes to the Rust API labels Jul 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: API Issue needs changes to the API Component: Rust API Issue needs changes to the Rust API Effort: Medium Issue should take < 1 month Impact: Low Issue is a papercut or has a good, supported workaround Type: Enhancement Issue is a small enhancement to existing functionality
Projects
None yet
Development

No branches or pull requests

2 participants