Extracting User-Friendly Error Messages from Effect Schema

Is there an easy solution to extract a more user friendly error message from Effect Schema?
Or have Effect Schema produce more user friendly error messages, given IDK, annotations?
The ParseError error isn't very user friendly when calling toString() (see screenshot).
It would suffice for me if I could extract the first issue as an error message, i.e. in this screenshot that would be "locale" is missing.
image.png
Was this page helpful?