Home | History | Annotate | Download | only in site_utils

Lines Matching refs:ServerActionError

25 class ServerActionError(Exception):
186 @raise ServerActionError: If `exist` is True and server does not exist in
198 If exist is set to True, raise ServerActionError is server with
200 If exist is set to False, raise ServerActionError is server with
214 raise ServerActionError('Server %s already exists.' %
217 raise ServerActionError('Server %s does not exist in the '
244 raise ServerActionError('Server %s does not have attribute %s' %
258 @raise ServerActionError: If the attribute already exists and has the
264 raise ServerActionError('Attribute %s for Server %s already has '
295 @raise ServerActionError: If localhost does not have given role or it's
306 raise ServerActionError('Server %s does not have role of %s running in '