Home
last modified time | relevance | path

Searched refs:BotManagementError (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/chromeos_proxy/
Dswarming_bots.py67 class BotManagementError(Exception): class
71 class PidMisMatchError(BotManagementError):
88 class DuplicateBotError(BotManagementError):
246 raise BotManagementError('[Bot %s] %s' % (self.bot_id, str(e)))
274 except BotManagementError as e: