summaryrefslogtreecommitdiff
path: root/heat/api/middleware/fault.py
diff options
context:
space:
mode:
Diffstat (limited to 'heat/api/middleware/fault.py')
-rw-r--r--heat/api/middleware/fault.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/api/middleware/fault.py b/heat/api/middleware/fault.py
index 2e977393a..a190ff84d 100644
--- a/heat/api/middleware/fault.py
+++ b/heat/api/middleware/fault.py
@@ -82,6 +82,7 @@ class FaultWrapper(wsgi.Middleware):
'MissingCredentialError': webob.exc.HTTPBadRequest,
'UserParameterMissing': webob.exc.HTTPBadRequest,
'RequestLimitExceeded': webob.exc.HTTPBadRequest,
+ 'DownloadLimitExceeded': webob.exc.HTTPBadRequest,
'Invalid': webob.exc.HTTPBadRequest,
'ResourcePropertyConflict': webob.exc.HTTPBadRequest,
'PropertyUnspecifiedError': webob.exc.HTTPBadRequest,