Home
last modified time | relevance | path

Searched refs:GceOperationTimeoutError (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/internal/lib/
Dgcompute_client.py190 timeout_exception = errors.GceOperationTimeoutError(
673 except errors.GceOperationTimeoutError:
732 except errors.GceOperationTimeoutError:
763 except errors.GceOperationTimeoutError:
786 except errors.GceOperationTimeoutError:
828 except errors.GceOperationTimeoutError:
886 except errors.GceOperationTimeoutError:
/tools/acloud/
Derrors.py31 class GceOperationTimeoutError(DriverError): class