Searched refs:_FirstSubstring (Results 1 – 1 of 1) sorted by relevance
795 resumable_error = _FirstSubstring(error, self.RESUMABLE_ERROR_MESSAGE)818 transient_error = _FirstSubstring(error, self.TRANSIENT_ERROR_MESSAGE)1393 def _FirstSubstring(superstring, haystack): function