HomeSort by relevance Sort by last modified time
    Searched refs:other_retriable_errors (Results 1 - 3 of 3) sorted by null

  /tools/acloud/internal/lib/
base_cloud_client.py 96 other_retriable_errors):
103 other_retriable_errors: a tuple of error types to retry other than
109 if isinstance(exception, other_retriable_errors):
121 list(other_retriable_errors) + [errors.HttpError], str(exception))
168 other_retriable_errors=None):
179 other_retriable_errors: A tuple of error types that should be retried
194 other_retriable_errors = (self.RETRIABLE_ERRORS
195 if other_retriable_errors is None else
196 other_retriable_errors)
209 other_retriable_errors)
    [all...]
base_cloud_client_test.py 110 requests, other_retriable_errors=(FakeError, ))
154 other_retriable_errors=(FakeError, ))
utils.py 377 other_retriable_errors=None):
390 other_retriable_errors: A tuple of error types that should be retried
403 self._other_retriable_errors = other_retriable_errors

Completed in 221 milliseconds