Searched refs:CreateError (Results 1 – 5 of 5) sorted by relevance
142 class CreateError(Exception): class146 class GetAndroidBuildEnvVarError(CreateError):150 class CheckPathError(CreateError):154 class CheckGCEZonesQuotaError(CreateError):158 class UnsupportedInstanceImageType(CreateError):162 class UnsupportedFlavor(CreateError):166 class UnsupportedMultiAdbPort(CreateError):170 class UnsupportedCreateArgs(CreateError):174 class GetBuildIDError(CreateError):178 class NotSupportedHWPropertyError(CreateError):[all …]
109 except errors.CreateError as e:151 raise errors.CreateError("Instance %d is locked by another "160 raise errors.CreateError(_INSTANCES_IN_USE_MSG % {"max_id": max_id})368 raise errors.CreateError("Cannot kill emulator.")533 create_error = errors.CreateError(_EMU_KILL_TIMEOUT_ERROR %
147 except errors.CreateError as e:188 raise errors.CreateError("Instance %d is locked by another "196 raise errors.CreateError(_INSTANCES_IN_USE_MSG)
133 mock_lock_instance.side_effect = errors.CreateError("unit test")
395 raise errors.CreateError(