Searched defs:ServerActionError (Results 1 - 1 of 1) sorted by relevance

/external/autotest/site_utils/
H A Dserver_manager_utils.py25 class ServerActionError(Exception): class in inherits:Exception
252 @raise ServerActionError: If `exist` is True and server does not exist in
264 If exist is set to True, raise ServerActionError is server with
266 If exist is set to False, raise ServerActionError is server with
280 raise ServerActionError('Server %s already exists.' %
283 raise ServerActionError('Server %s does not exist in the '
310 raise ServerActionError('Server %s does not have attribute %s' %
324 @raise ServerActionError: If the attribute already exists and has the
330 raise ServerActionError('Attribute %s for Server %s already has '
361 @raise ServerActionError
[all...]

Completed in 114 milliseconds