Closed
Bug 983294
Opened 11 years ago
Closed 11 years ago
BadStatusCodeError doesn't have an error message
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
79
People
(Reporter: peterbe, Unassigned)
Details
Whenever we raise a `BadStatusCodeError` we lack the message that goes with it thus making the Sentry pages quite useless. What we want to have in the error message is the http error code and any possible extra server message.
| Reporter | ||
Comment 1•11 years ago
|
||
I think the mistake is that we simply try to do too much in our `BadStatusCodeError` class declaration.
Updated•11 years ago
|
OS: Mac OS X → All
Hardware: x86 → All
Comment 2•11 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/ba9d46f038b5de8fe155430735763708402329b8
fixes bug 983294 - BadStatusCodeError doesn't have an error message, r=rhelmer
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Target Milestone: --- → 79
You need to log in
before you can comment on or make changes to this bug.
Description
•