Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client.py193 timeout_exception = errors.GceOperationTimeoutError(
676 except errors.GceOperationTimeoutError:
735 except errors.GceOperationTimeoutError:
766 except errors.GceOperationTimeoutError:
789 except errors.GceOperationTimeoutError:
831 except errors.GceOperationTimeoutError:
889 except errors.GceOperationTimeoutError:
/tools/acloud/
Derrors.py31 class GceOperationTimeoutError(DriverError): class