Exceptions

pymco.exc

python-mcollective exceptions.

exception pymco.exc.BadFilterFactOperator[source]

Exception raised when trying to add an unsopported fact operator to filters.

exception pymco.exc.ConfigLookupError[source]

Exception raised on configuration lookups errors.

exception pymco.exc.ImproperlyConfigured[source]

Exception raised on configuration errors.

exception pymco.exc.PyMcoException[source]

Base class for all python-mcollective exceptions

exception pymco.exc.TimeoutError[source]

Exception to be raised on timeouts

exception pymco.exc.VerificationError[source]

Exception to be raised on message verification errors.