Change 403 exception message to something more informative and accurate

Change-Id: Ifd93f47b6635f94d05db49aa4edee369d4719fd3
This commit is contained in:
Chen Eilat 2018-02-12 15:52:21 +00:00 committed by Renat Akhmerov
parent fb691ccbae
commit 86ae8a7e20
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ class CoordinationException(MistralException):
class NotAllowedException(MistralException):
http_code = 403
message = "Operation not allowed"
message = "Operation forbidden (insufficient permissions)"
class UnauthorizedException(MistralException):