Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client.py191 timeout_exception = errors.GceOperationTimeoutError(
674 except errors.GceOperationTimeoutError:
733 except errors.GceOperationTimeoutError:
764 except errors.GceOperationTimeoutError:
787 except errors.GceOperationTimeoutError:
829 except errors.GceOperationTimeoutError:
887 except errors.GceOperationTimeoutError:
/tools/acloud/
Derrors.py31 class GceOperationTimeoutError(DriverError): class