Closed laverton closed 8 years ago
That's awful, @laverton . Must have been a horrible experience finding out what was going on. The offending code is here:
This should definitely match the JsResult and, if erroneous, unwrap the error and throw it.
1.2.1 was released with a fix.
When conversion from JSON to case class in the PlayJsonSupport unmarshall function fails, the error is not handled very well: java.util.NoSuchElementException: JsError.get Is there any way to handle the error properly, and for example retrieve the contents of the JsError?