OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:botmanagementerror
(Results
1 - 1
of
1
) sorted by null
/external/autotest/site_utils/chromeos_proxy/
swarming_bots.py
67
class
BotManagementError
(Exception):
71
class PidMisMatchError(
BotManagementError
):
88
class DuplicateBotError(
BotManagementError
):
246
raise
BotManagementError
('[Bot %s] %s' % (self.bot_id, str(e)))
274
except
BotManagementError
as e:
Completed in 508 milliseconds