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
Somehow the default instances from the Decode companion object is used. I guess it's something about priority. Hopefully there is a way to make it more pleasant for users. Right now they have to define an instance of Encode[Exception] right before the call to .toService.
The text was updated successfully, but these errors were encountered:
vkostyukov
changed the title
Figure out why Decode[Exception] is often not picked up
Figure out why Encode[Exception] is often not picked up
Mar 2, 2016
Somehow the default instances from the
Decode
companion object is used. I guess it's something about priority. Hopefully there is a way to make it more pleasant for users. Right now they have to define an instance ofEncode[Exception]
right before the call to.toService
.The text was updated successfully, but these errors were encountered: