exception documentation

class ObjectNotExecutableError(ArgumentError): (source)

View In Hierarchy

Raised when an object is passed to .execute() that can't be executed as SQL. .. versionadded:: 1.1

Method __init__ Undocumented
Method __reduce__ Undocumented
Instance Variable target Undocumented

Inherited from SQLAlchemyError (via ArgumentError):

Method __str__ Undocumented
Method _message Undocumented
Method _sql_message Undocumented

Inherited from HasDescriptionCode (via ArgumentError, SQLAlchemyError):

Instance Variable code Undocumented
Method _code_str Undocumented
def __init__(self, target: Any): (source)
def __reduce__(self) -> Union[str, Tuple[Any, ...]]: (source)

Undocumented

Undocumented