mysqlx.InterfaceErrorΒΆ

class mysqlx.InterfaceError(msg: str | None = None, errno: int | None = None, values: Tuple[int | str, ...] | None = None, sqlstate: str | None = None)ΒΆ

Bases: Error

Exception for errors related to the interface.

argsΒΆ
with_traceback()ΒΆ

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.