The solver received from the API is not supported by the client
| 42 | """Invalid token or access denied""" |
| 43 | |
| 44 | class UnsupportedSolverError(SolverError): |
| 45 | """The solver received from the API is not supported by the client""" |
| 46 | |
| 47 | class SolverPropertyMissingError(UnsupportedSolverError): |
| 48 | """The solver received from the API does not have required properties""" |