MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / InvalidRequestError

Class InvalidRequestError

lib/sqlalchemy/exc.py:328–333  ·  view source on GitHub ↗

SQLAlchemy was asked to do something it can't do. This error generally corresponds to runtime state errors.

Source from the content-addressed store, hash-verified

326
327
328class 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
336class IllegalStateChangeError(InvalidRequestError):

Callers 4

__new__Method · 0.85
__init_subclass__Method · 0.85
_mapper_fnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected