ParseError.ParseError isn't a schema and can't be serialized by the api. There is an existing pattern to map them into schemas like in HttpApiDecodeError.fromParseError, but using this requires me to wrap very endpoint in an error mapper:Schema.decode that fails with my own ParseErrorSchema and use that everywhere?