The solver received from the API does not have required properties
| 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""" |
| 49 | |
| 50 | |
| 51 | class Timeout(_api.RequestError): |