You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error handling is a bit of a mess right now. We emit two different serde errors with very little context, that also don't impl std::error::Error which makes them hard to interact with.
The text was updated successfully, but these errors were encountered:
It was a while ago but when investigating how to do errors for this library I came to the conclusion that there was no value in using structured errors because all errors will be handled in the same way anyway. Are there any examples you have of error cases that require different handling?
Error handling is a bit of a mess right now. We emit two different serde errors with very little context, that also don't impl
std::error::Error
which makes them hard to interact with.The text was updated successfully, but these errors were encountered: