We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently there is not a clear approach of how to respond clients when there is an error, expected or unexpected.
In some cases we provide a custom message, but in other scenarios we pop-up the internal error message.
We should map all possible error responses to a Rust enum and use it as the source of error responses.
The text was updated successfully, but these errors were encountered:
to close this one it's necessary to review errors are raised with anyhow::Error instead of StratusError https://github.com/search?q=repo%3Acloudwalk%2Fstratus+anyhow%3A%3AResult&type=code with that, you can spot any unmapped errors
anyhow::Error
StratusError
Sorry, something went wrong.
marcospb19-cw
No branches or pull requests
Currently there is not a clear approach of how to respond clients when there is an error, expected or unexpected.
In some cases we provide a custom message, but in other scenarios we pop-up the internal error message.
We should map all possible error responses to a Rust enum and use it as the source of error responses.
The text was updated successfully, but these errors were encountered: