Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dbase_cloud_client.py57 RETRIABLE_ERRORS = (http.client.HTTPException, httplib2.HttpLib2Error, variable in BaseCloudApiClient
201 other_retriable_errors = (self.RETRIABLE_ERRORS
291 or self.RETRIABLE_ERRORS)