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

  /external/chromium-trace/catapult/third_party/gsutil/gslib/
boto_translation.py 316 translated_exception = self._TranslateBotoException(
318 if (translated_exception and
319 'BucketNotEmpty' in translated_exception.reason):
335 elif translated_exception and translated_exception.status == 404:
    [all...]
gcs_json_api.py     [all...]

Completed in 288 milliseconds