scalapb-json4s icon indicating copy to clipboard operation
scalapb-json4s copied to clipboard

Add field name to error when failing to parse a field of type Message

Open github-vincent-baret opened this issue 2 years ago • 1 comments

We are missing a way to understand what is failing when converting json to proto. This PR updates the error with the proto field name for the field that cannot be parsed, and the descriptor full name of the message type that is expected.

github-vincent-baret avatar Jul 20 '23 14:07 github-vincent-baret

Hi @thesamet Do you think this PR is ok for review?

github-vincent-baret avatar Aug 31 '23 07:08 github-vincent-baret