Public bug reported: Currently, in horizon/exceptions.py, we have many of the http-status code errors wrapped up in exceptions. But we don't have all of them. For the sake of completeness, and to not force people to create them themselves, and therefore likely having some overlap.
Here's a good source for a somewhat exhaustive list: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html It's also entirely possible that we only want to complete the status- codes that would be relayed back to users for their own errors. Something like "all the 4XX" erorrs. I'll start with just the 4XX errors and see if people argue on Gerrit. :-) ** Affects: horizon Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1489930 Title: Horizon's list of http exceptions is incomplete Status in OpenStack Dashboard (Horizon): New Bug description: Currently, in horizon/exceptions.py, we have many of the http-status code errors wrapped up in exceptions. But we don't have all of them. For the sake of completeness, and to not force people to create them themselves, and therefore likely having some overlap. Here's a good source for a somewhat exhaustive list: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html It's also entirely possible that we only want to complete the status- codes that would be relayed back to users for their own errors. Something like "all the 4XX" erorrs. I'll start with just the 4XX errors and see if people argue on Gerrit. :-) To manage notifications about this bug go to: https://bugs.launchpad.net/horizon/+bug/1489930/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

