You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.
Update exceptions to support bodies; right now when an exception is thrown that generates an HTTP error message, the server simply returns an HTTP 1.1 error to the client without a body.
Add a simply body to these messages that allows for more specific error condition messages to be returned back to the client. This should also be selectable when the exception is thrown so people implementing clients can choose just to send blank errors if they want to.
The text was updated successfully, but these errors were encountered:
Update exceptions to support bodies; right now when an exception is thrown that generates an HTTP error message, the server simply returns an HTTP 1.1 error to the client without a body.
Add a simply body to these messages that allows for more specific error condition messages to be returned back to the client. This should also be selectable when the exception is thrown so people implementing clients can choose just to send blank errors if they want to.
The text was updated successfully, but these errors were encountered: