SecurityPolicyViolationError#
- exception scikitplot.mlflow.SecurityPolicyViolationError[source]#
Raised when an operation is rejected by the active
SecurityPolicy.Notes
This is a subclass of
PermissionErrorso callers can catch it with eitherSecurityPolicyViolationError(precise) orPermissionError(broad).- Annotation:
Unrecognized objtype:
exception