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

Class ApiError

Algorithmia/errors.py:1–3  ·  view source on GitHub ↗

General error from the Algorithmia API

Source from the content-addressed store, hash-verified

1class ApiError(Exception):
2 '''General error from the Algorithmia API'''
3 pass
4
5class ApiInternalError(ApiError):
6 '''Error representing a server error, typically a 5xx status code'''

Callers 2

_postRawOutputMethod · 0.90
_postVoidOutputMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected