MCPcopy Index your code
hub / github.com/algorithmiaio/algorithmia-python / DataApiError

Class DataApiError

Algorithmia/errors.py:9–11  ·  view source on GitHub ↗

Error returned from the Algorithmia data API

Source from the content-addressed store, hash-verified

7 pass
8
9class DataApiError(ApiError):
10 '''Error returned from the Algorithmia data API'''
11 pass
12
13class AlgorithmException(ApiError):
14 '''Base algorithm error exception'''

Callers 15

getFileMethod · 0.90
getBytesMethod · 0.90
getStringMethod · 0.90
getJsonMethod · 0.90
getNumpyMethod · 0.90
putNumpyMethod · 0.90
getFileMethod · 0.90
getBytesMethod · 0.90
getStringMethod · 0.90
getJsonMethod · 0.90
deleteMethod · 0.90
lsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected