Request for Feature to Return All Schema Errors in `HttpApiClient.make`

Currently when creating a
HttpApiClient.make
and calling an endpoint with values that are not valid according to the defined schema you only get the first error. I would really like to be able to somehow set { errors: 'all' } so that I can get all of the errors of the schema.
Was this page helpful?