MCPcopy Create free account
hub / github.com/datapane/datapane / DPClientError

Class DPClientError

python-client/src/datapane/client/exceptions.py:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7
8class DPClientError(DPError):
9 def __str__(self):
10 # update the error message with help text
11 return add_help_text(super().__str__())
12
13
14class IncompatibleVersionError(DPClientError):

Callers 12

visitMethod · 0.90
_add_asset_to_storeMethod · 0.90
write_fileMethod · 0.90
formatMethod · 0.90
__init__Method · 0.90
__init__Method · 0.90
__init__Method · 0.90
convert_to_blockFunction · 0.90
get_notebook_jsonMethod · 0.90
cells_to_blocksFunction · 0.90
build_reportFunction · 0.90
upload_reportFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected