diff --git a/vmware_nsxlib/v3/client.py b/vmware_nsxlib/v3/client.py index 191f6e22..2eab3dc8 100644 --- a/vmware_nsxlib/v3/client.py +++ b/vmware_nsxlib/v3/client.py @@ -90,6 +90,7 @@ def http_error_to_exception(status_code, error_code, related_error_codes=None): '500030': exceptions.ResourceInUse, '500087': exceptions.StaleRevision, '500105': exceptions.NsxOverlapAddresses, + '500232': exceptions.StaleRevision, # Missing dependent objects '503040': exceptions.NsxSegemntWithVM, '100148': exceptions.StaleRevision}, requests.codes.CONFLICT: exceptions.StaleRevision,