MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / ArgumentError

Class ArgumentError

lib/sqlalchemy/exc.py:157–162  ·  view source on GitHub ↗

Raised when an invalid or conflicting function argument is supplied. This error generally corresponds to construction time state errors.

Source from the content-addressed store, hash-verified

155
156
157class ArgumentError(SQLAlchemyError):
158 """Raised when an invalid or conflicting function argument is supplied.
159
160 This error generally corresponds to construction time state errors.
161
162 """
163
164
165class DuplicateColumnError(ArgumentError):

Callers 3

_collect_annotationFunction · 0.85
create_async_engineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected