Removing unused error response codes
This commit is contained in:
parent
76a7a708d8
commit
8ec3041cb6
@ -31,11 +31,9 @@ class Fault(webob.exc.HTTPException):
|
|||||||
401: "unauthorized",
|
401: "unauthorized",
|
||||||
420: "networkNotFound",
|
420: "networkNotFound",
|
||||||
421: "networkInUse",
|
421: "networkInUse",
|
||||||
422: "networkNameExists",
|
|
||||||
430: "portNotFound",
|
430: "portNotFound",
|
||||||
431: "requestedStateInvalid",
|
431: "requestedStateInvalid",
|
||||||
432: "portInUse",
|
432: "portInUse",
|
||||||
433: "portIsDown",
|
|
||||||
440: "alreadyAttached",
|
440: "alreadyAttached",
|
||||||
470: "serviceUnavailable",
|
470: "serviceUnavailable",
|
||||||
471: "pluginFault"}
|
471: "pluginFault"}
|
||||||
|
Loading…
Reference in New Issue
Block a user