Remote failure calling a solver
| 27 | |
| 28 | |
| 29 | class SolverFailureError(SolverError): |
| 30 | """Remote failure calling a solver""" |
| 31 | |
| 32 | class SolverNotFoundError(_api.ResourceNotFoundError, SolverError): |
| 33 | """Solver with matching feature set not found / not available""" |
no outgoing calls
no test coverage detected