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
When using the REST API, the Bugzilla client raises HTTPErrors without a response attribute.
E.g., when trying to create a bug with an already taken alias, the XMLRPC backend raises a Fault exception with a meaningful code number and string. The HTTPError raised by the REST backend only contains the generic HTTP status code and status message.
Whatever useful error message from the server is lost.