Invalid token or access denied
| 39 | """Action attempted on an offline solver""" |
| 40 | |
| 41 | class SolverAuthenticationError(_api.ResourceAuthenticationError, SolverError): |
| 42 | """Invalid token or access denied""" |
| 43 | |
| 44 | class UnsupportedSolverError(SolverError): |
| 45 | """The solver received from the API is not supported by the client""" |