Renaming user friendly fault name for HTTP 409
Change-Id: I7d2185d71be2ec2ad6ac78f70657047bdf3621e3
This commit is contained in:
@@ -1025,7 +1025,7 @@ class Fault(webob.exc.HTTPException):
|
||||
403: "resizeNotAllowed",
|
||||
404: "itemNotFound",
|
||||
405: "badMethod",
|
||||
409: "inProgress", # FIXME(comstud): This doesn't seem right
|
||||
409: "conflictingRequest",
|
||||
413: "overLimit",
|
||||
415: "badMediaType",
|
||||
501: "notImplemented",
|
||||
|
||||
Reference in New Issue
Block a user