Identifying Error-Prone Fields in Schema Decoding Failures
Is it possible to know which field caused an error when decoding the full schema?
Example schema:
I use
I want to know which field (
Example schema:
I use
Schema.decodeUnknownEither(Context.CreateAccountContext)I want to know which field (
firstName, lastName, or both) caused an error from the resulting ParseError, and get their error message