When handling rest api's it's helpful to have a bad request error type that returns a 400 error code as described here:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400
This release adds this functionality.
When handling rest api's it's helpful to have a bad request error type that returns a 400 error code as described here:
https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/400
This release adds this functionality.