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 was archived by the owner on Dec 14, 2018. It is now read-only.
WebAPI has the HttpError type - which is a general purpose, serializable, error object. You can create them from an exception, from a message, or from model state.
This is a useful standard building block for APIs that want to return conneg errors.
The text was updated successfully, but these errors were encountered:
WebAPI has the
HttpError
type - which is a general purpose, serializable, error object. You can create them from an exception, from a message, or from model state.This is a useful standard building block for APIs that want to return conneg errors.
The text was updated successfully, but these errors were encountered: