Lines Matching refs:error
15 import its.error
100 except socket.error:
102 raise its.error.Error(self.device_id,
110 output, error = proc.communicate()
142 output, error = proc.communicate()
145 if error is None or error.find("error") < 0:
150 raise its.error.Error(self.device_id, " cannot find an available " +
223 raise its.error.Error('Problem with socket on device side')
250 raise its.error.Error('Invalid command response')
257 raise its.error.Error('Invalid command response')
280 raise its.error.Error('Invalid command response')
295 raise its.error.Error('Invalid command response')
323 raise its.error.Error('Invalid command response')
337 raise its.error.Error('Invalid command response')
351 raise its.error.Error('Invalid command response')
434 raise its.error.Error('Invalid command response')
439 raise its.error.Error('3A failed to converge')
579 raise its.error.Error('Duplicate format requested')
583 raise its.error.Error('Different raw formats not supported')
663 output, error = proc.communicate()
670 raise its.error.Error("No device is connected!")
672 raise its.error.Error(device_id + " is not connected!")
674 raise its.error.Error("More than 1 device are connected. " +