MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / ResumableUploadError

Class ResumableUploadError

googleapiclient/errors.py:143–146  ·  view source on GitHub ↗

Error occurred during resumable upload.

Source from the content-addressed store, hash-verified

141
142
143class ResumableUploadError(HttpError):
144 """Error occurred during resumable upload."""
145
146 pass
147
148
149class InvalidChunkSizeError(Error):

Callers 1

next_chunkMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…