Source code for ansible_runner.exceptions
[docs]
class AnsibleRunnerException(Exception):
""" Generic Runner Error """
[docs]
class ConfigurationError(AnsibleRunnerException):
""" Misconfiguration of Runner """
[docs]
class CallbackError(AnsibleRunnerException):
""" Exception occurred in Callback """