UnicodeTranslateError
  • References/Python/Python/Built-in Exceptions

exception UnicodeTranslateError Raised when a Unicode-related error occurs during translating. It is a subclass of UnicodeError

2025-01-10 15:47:30
UnicodeDecodeError
  • References/Python/Python/Built-in Exceptions

exception UnicodeDecodeError Raised when a Unicode-related error occurs during decoding. It is a subclass of UnicodeError

2025-01-10 15:47:30
StopAsyncIteration
  • References/Python/Python/Built-in Exceptions

exception StopAsyncIteration Must be raised by __anext__() method of an asynchronous

2025-01-10 15:47:30
DeprecationWarning
  • References/Python/Python/Built-in Exceptions

exception DeprecationWarning Base class for warnings about deprecated features.

2025-01-10 15:47:30
ConnectionResetError
  • References/Python/Python/Built-in Exceptions

exception ConnectionResetError A subclass of ConnectionError, raised when a connection is reset by the peer. Corresponds

2025-01-10 15:47:30
EOFError
  • References/Python/Python/Built-in Exceptions

exception EOFError Raised when the

2025-01-10 15:47:30
Exception
  • References/Python/Python/Built-in Exceptions

exception Exception All built-in, non-system-exiting exceptions are derived from this class. All user-defined exceptions should

2025-01-10 15:47:30
OSError.errno
  • References/Python/Python/Built-in Exceptions

errno A numeric error code from the C variable errno.

2025-01-10 15:47:30
TypeError
  • References/Python/Python/Built-in Exceptions

exception TypeError Raised when an operation or function is applied to an object of inappropriate type. The associated value

2025-01-10 15:47:30
PendingDeprecationWarning
  • References/Python/Python/Built-in Exceptions

exception PendingDeprecationWarning Base class for warnings about features which will be deprecated in the future.

2025-01-10 15:47:30