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
If you request a format that the API didn't know about, and call error!, you get the default error formatter, which is .txt. Without monkey patching you cannot override it.
Fixed in 81fa919, added default_error_formatter. Setting format will automatically set default_error_formatter since most of the time users just want the format of the errors to match the API format.
If you request a format that the API didn't know about, and call
error!
, you get the default error formatter, which is .txt. Without monkey patching you cannot override it.The text was updated successfully, but these errors were encountered: