- Introduction of Partner Admin role in combination with 'Management Partner' type.
This commit is contained in:
@@ -147,3 +147,10 @@ class EveAIDoublePartner(EveAIException):
|
||||
message = f"Tenant with ID '{tenant_id}' is already defined as a Partner."
|
||||
super().__init__(message, status_code, payload)
|
||||
|
||||
|
||||
class EveAIRoleAssignmentException(EveAIException):
|
||||
"""Exception raised when a role cannot be assigned due to business rules"""
|
||||
|
||||
def __init__(self, message, status_code=403, payload=None):
|
||||
super().__init__(message, status_code, payload)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user