Searched refs:TransientError (Results 1 - 1 of 1) sorted by relevance

/external/chromium-trace/trace-viewer/perf_insights/third_party/cloudstorage/
H A Derrors.py31 'TransientError',
46 class TransientError(Error): class in inherits:Error
47 """TransientError could be retried."""
50 class TimeoutError(TransientError):
92 class ServerError(TransientError):

Completed in 692 milliseconds