Converting ParseError to a Human-Readable Format in Express App

is there a way to convert ParseError to a more humanize format please, i try to catch all decodeSync errors in my express app, but i can't find how to convert all possible error (refinement, transform, etc) to a comprehensible format
Was this page helpful?