Replies: 1 comment
-
This should be addressed on master, the field name will be appended to the message. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When converting
Json
objs to C++struct
s (via the various traits macros), and the data doesn't match the schema declared in those macros, we get a "naked" error that doesn't mention the field, e.g. "Not an integer" or "Not a StructName: Unable to convert into the provided type", and for structs with lot of fields of the same type, this becomes very hard to debug.Is there any way to get more detailed error diagnostics?
Beta Was this translation helpful? Give feedback.
All reactions