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
Correct me if I'm wrong, but it looks like the asJson and convertTo methods always throw exceptions when something fails. It would be nice if there were alternative entry points that would return Either/Validation/equivalent, preferably giving some useful error data structure, not just strings. :)
The text was updated successfully, but these errors were encountered:
Correct me if I'm wrong, but it looks like the
asJson
andconvertTo
methods always throw exceptions when something fails. It would be nice if there were alternative entry points that would return Either/Validation/equivalent, preferably giving some useful error data structure, not just strings. :)The text was updated successfully, but these errors were encountered: