Searched refs:ContextError (Results 1 – 2 of 2) sorted by relevance
228 retry_value=(adb.Error, errors.ContextError),259 raise errors.ContextError(self, f'Fail to dump UI xml to {xml_path}!')349 raise errors.ContextError(458 raise errors.ContextError(self, f'Illegal output of display size: {output}')
12 class ContextError(Error): class