Lines Matching refs:error

15 import its.error
120 except socket.error or socket.timeout:
122 raise its.error.Error(self.device_id,
130 output, error = proc.communicate()
162 output, error = proc.communicate()
165 if error is None or error.find("error") < 0:
170 raise its.error.Error(self.device_id, " cannot find an available " +
244 raise its.error.Error('Problem with socket on device side')
271 raise its.error.Error('Invalid command response')
278 raise its.error.Error('Invalid command response')
301 raise its.error.Error('Invalid command response')
314 raise its.error.Error('Invalid command response')
330 raise its.error.Error('Invalid command response')
360 raise its.error.Error('Invalid command response')
375 raise its.error.Error('Invalid command response')
389 raise its.error.Error('Invalid command response')
410 raise its.error.Error('Invalid command response')
497 raise its.error.Error('Invalid command response')
503 raise its.error.Error('3A failed to converge')
671 raise its.error.Error('repeating request + reprocessing is not supported')
710 raise its.error.Error('ITS does not support capturing multiple ' +
731 raise its.error.Error('Camera props are unavailable')
743 raise its.error.Error(
747 raise its.error.Error('Duplicate format requested')
756 raise its.error.Error('Different raw formats not supported')
874 output, error = proc.communicate()
881 raise its.error.Error("No device is connected!")
883 raise its.error.Error(device_id + " is not connected!")
885 raise its.error.Error("More than 1 device are connected. " +
917 raise its.error.Error('ITS result not found for ' + scene)
919 raise its.error.Error('Unknown ITS result for %s: %s' % (
964 output, error = proc.communicate()
965 assert error is None