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

Class ApiInternalError

Algorithmia/errors.py:5–7  ·  view source on GitHub ↗

Error representing a server error, typically a 5xx status code

Source from the content-addressed store, hash-verified

3 pass
4
5class ApiInternalError(ApiError):
6 '''Error representing a server error, typically a 5xx status code'''
7 pass
8
9class DataApiError(ApiError):
10 '''Error returned from the Algorithmia data API'''

Callers 1

_postRawOutputMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected