Add new StaleRevision error
This error can happen when updating policy rules Change-Id: I561f3f7be47a09876fcd8b717896ee127263a3c7
This commit is contained in:
parent
c2f048028d
commit
8e90b61c27
@ -41,6 +41,7 @@ def http_error_to_exception(status_code, error_code):
|
|||||||
'8327': exceptions.NsxOverlapVlan,
|
'8327': exceptions.NsxOverlapVlan,
|
||||||
'500045': exceptions.NsxPendingDelete,
|
'500045': exceptions.NsxPendingDelete,
|
||||||
'500030': exceptions.ResourceInUse,
|
'500030': exceptions.ResourceInUse,
|
||||||
|
'500090': exceptions.StaleRevision,
|
||||||
'500105': exceptions.NsxOverlapAddresses,
|
'500105': exceptions.NsxOverlapAddresses,
|
||||||
'503040': exceptions.NsxSegemntWithVM,
|
'503040': exceptions.NsxSegemntWithVM,
|
||||||
'100148': exceptions.StaleRevision},
|
'100148': exceptions.StaleRevision},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user