mysqlx.NotSupportedErrorΒΆ
- class mysqlx.NotSupportedError(msg: str | None = None, errno: int | None = None, values: Tuple[int | str, ...] | None = None, sqlstate: str | None = None)ΒΆ
Bases:
DatabaseError
Exception for errors when an unsupported database feature was used.
- argsΒΆ
- with_traceback()ΒΆ
Exception.with_traceback(tb) β set self.__traceback__ to tb and return self.