summaryrefslogtreecommitdiffstats
path: root/ipalib/errors.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipalib/errors.py')
-rw-r--r--ipalib/errors.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ipalib/errors.py b/ipalib/errors.py
index 9c40981ff..c2d83e73b 100644
--- a/ipalib/errors.py
+++ b/ipalib/errors.py
@@ -356,6 +356,10 @@ class DefaultGroup(ConfigurationError):
"""You cannot remove the default users group"""
faultCode = 1025
+class HostService(ConfigurationError):
+ """You must enroll a host in order to create a host service"""
+ faultCode = 1026
+
class FunctionDeprecated(GenericError):
"""Raised by a deprecated function"""
faultCode = 2000