Change 403 exception message to something more informative and accurate
Change-Id: Ifd93f47b6635f94d05db49aa4edee369d4719fd3
This commit is contained in:
parent
fb691ccbae
commit
86ae8a7e20
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user