Merge "Change Conflict's error message"

This commit is contained in:
Zuul 2017-11-27 15:43:49 +00:00 committed by Gerrit Code Review
commit 6154e314fb

View File

@ -96,7 +96,7 @@ class NotFound(ClientRestClientException):
class Conflict(ClientRestClientException):
status_code = 409
message = "An object with that identifier already exists"
message = "Conflict with state of target resource"
class Gone(ClientRestClientException):