Skip to content

Add new Bad Request Error type

Latest
Compare
Choose a tag to compare
@oliverpauffley oliverpauffley released this 17 Sep 08:33
· 6 commits to master since this release
88f5096

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.