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

Class InvalidChunkSizeError

googleapiclient/errors.py:149–152  ·  view source on GitHub ↗

The given chunksize is not valid.

Source from the content-addressed store, hash-verified

147
148
149class InvalidChunkSizeError(Error):
150 """The given chunksize is not valid."""
151
152 pass
153
154
155class InvalidNotificationError(Error):

Callers 1

__init__Method · 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…