Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
8
class
DPClientError(DPError):
9
def
__str__(self):
10
# update the error message with help text
11
return
add_help_text(super().__str__())
12
13
14
class
IncompatibleVersionError(DPClientError):
Callers
12
visit
Method · 0.90
_add_asset_to_store
Method · 0.90
write_file
Method · 0.90
format
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
__init__
Method · 0.90
convert_to_block
Function · 0.90
get_notebook_json
Method · 0.90
cells_to_blocks
Function · 0.90
build_report
Function · 0.90
upload_report
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected