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