Error occurred during resumable upload.
| 141 | |
| 142 | |
| 143 | class ResumableUploadError(HttpError): |
| 144 | """Error occurred during resumable upload.""" |
| 145 | |
| 146 | pass |
| 147 | |
| 148 | |
| 149 | class InvalidChunkSizeError(Error): |
no outgoing calls
no test coverage detected
searching dependent graphs…