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
We may want to make failure_boilerplate!from_error! implement it for all types or only emit it for the higher level ApiError -- we can look at what autoendpoint does here as an example.
(From the original https://github.com/mozilla-services/syncstorage-rs/issues/932 )
Mark's reflexive From for Error types in autoendpoint may make it easier to convert from lower level errors (like
DbErrorKind
) directly into higher level ApiErrors.We may want to make
failure_boilerplate!from_error!
implement it for all types or only emit it for the higher level ApiError -- we can look at what autoendpoint does here as an example.┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: