-
Notifications
You must be signed in to change notification settings - Fork 41
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
Don't panic #12
Comments
Hi @elpiel, there are only three
Is there a need to remove these ones? |
Hello @iTranscend thanks for taking a look at this! Apart from Could you please take a look for |
I've also encountered a few Ideally, we should communicate the field name and the passed data which has triggered this error and eventually include e.g. valid options or even better - a message containing either the possible options or the expected data. |
We should never panic, instead always return Result's and try not to unwrap unless we can be absolutely sure it is safe.
The text was updated successfully, but these errors were encountered: