Searched refs:OtaError (Results 1 – 3 of 3) sorted by relevance
28 class OtaError(Exception): class32 class InvalidOtaUpdateError(OtaError):57 raise OtaError('The device was not updated to a new build. '171 raise OtaError('A SingleUseOtaTool instance cannot update a device '204 raise OtaError('This MultiUseOtaRunner has already updated all '
95 except ota_runner.OtaError:140 except ota_runner.OtaError:150 except ota_runner.OtaError:189 except ota_runner.OtaError:201 except ota_runner.OtaError:214 except ota_runner.OtaError:
42 raise ota_runner.OtaError72 except ota_runner.OtaError:87 with self.assertRaises(ota_runner.OtaError):97 except ota_runner.OtaError: