Using `Schema.optionalToRequired` to Throw `ParseError` Instead of Default Value

Is there a way to use Schema.optionalToRequired where I can throw a ParseError instead of providing a default value on decode?
Was this page helpful?