Add new StaleRevision error

This error can happen when updating policy rules

Change-Id: I561f3f7be47a09876fcd8b717896ee127263a3c7
This commit is contained in:
asarfaty 2020-03-19 12:46:15 +02:00 committed by Adit Sarfaty
parent 1a11d225ee
commit 52563acde4
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ def http_error_to_exception(status_code, error_code):
'8327': exceptions.NsxOverlapVlan,
'500045': exceptions.NsxPendingDelete,
'500030': exceptions.ResourceInUse,
'500090': exceptions.StaleRevision,
'500105': exceptions.NsxOverlapAddresses,
'503040': exceptions.NsxSegemntWithVM,
'100148': exceptions.StaleRevision},