Action attempted on an offline solver
| 36 | """Problem not found""" |
| 37 | |
| 38 | class SolverOfflineError(SolverError): |
| 39 | """Action attempted on an offline solver""" |
| 40 | |
| 41 | class SolverAuthenticationError(_api.ResourceAuthenticationError, SolverError): |
| 42 | """Invalid token or access denied""" |
no outgoing calls
no test coverage detected