SQLAlchemy was asked to do something it can't do. This error generally corresponds to runtime state errors.
| 326 | |
| 327 | |
| 328 | class InvalidRequestError(SQLAlchemyError): |
| 329 | """SQLAlchemy was asked to do something it can't do. |
| 330 | |
| 331 | This error generally corresponds to runtime state errors. |
| 332 | |
| 333 | """ |
| 334 | |
| 335 | |
| 336 | class IllegalStateChangeError(InvalidRequestError): |
no outgoing calls
no test coverage detected