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

Class InvalidJsonError

googleapiclient/errors.py:107–110  ·  view source on GitHub ↗

The JSON returned could not be parsed.

Source from the content-addressed store, hash-verified

105
106
107class InvalidJsonError(Error):
108 """The JSON returned could not be parsed."""
109
110 pass
111
112
113class UnknownFileType(Error):

Callers 2

_retrieve_discovery_docFunction · 0.90
build_from_documentFunction · 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…