SecurityPolicyViolationError#

exception scikitplot.mlflow.SecurityPolicyViolationError[source]#

Raised when an operation is rejected by the active SecurityPolicy.

Notes

This is a subclass of PermissionError so callers can catch it with either SecurityPolicyViolationError (precise) or PermissionError (broad).

Annotation:

Unrecognized objtype: exception