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

[FEA] Better exception handling #2325

Open
cjnolet opened this issue May 17, 2024 · 0 comments
Open

[FEA] Better exception handling #2325

cjnolet opened this issue May 17, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@cjnolet
Copy link
Member

cjnolet commented May 17, 2024

RAFT has a runtime_exception that we try to catch and throw everywhere but it's more of a blanket for anything that can go wrong at runtime and it doesn't actually provide the caller much useful information that they can act upon through code. For example, a user of RAFT's C++ API might very well want to know if a specific type of error happened, such as somehting that might have impacted a file-based operation so they can roll back.

This is being requested by users. It's something we should put some time and thought into.

@cjnolet cjnolet added the feature request New feature or request label May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant