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
I can use {'also_return_response': True} to get the response. But that will only work on 200 codes. I would like to also get 404, 500 etc, but instead, an HTTPError is raised.
I have to access the HTTPError.response to get my response. Maybe this just is something that should be called out in the doucmentation
The text was updated successfully, but these errors were encountered:
According to http://bravado.readthedocs.io/en/latest/advanced.html#getting-access-to-the-http-response
I can use {'also_return_response': True} to get the response. But that will only work on 200 codes. I would like to also get 404, 500 etc, but instead, an HTTPError is raised.
I have to access the HTTPError.response to get my response. Maybe this just is something that should be called out in the doucmentation
The text was updated successfully, but these errors were encountered: