exception UnicodeTranslateError Raised when a Unicode-related error occurs during translating. It is a subclass of UnicodeError
exception UnicodeDecodeError Raised when a Unicode-related error occurs during decoding. It is a subclass of UnicodeError
exception StopAsyncIteration Must be raised by __anext__() method of an asynchronous
exception DeprecationWarning Base class for warnings about deprecated features.
exception ConnectionResetError A subclass of ConnectionError, raised when a connection is reset by the peer. Corresponds
exception EOFError Raised when the
exception Exception All built-in, non-system-exiting exceptions are derived from this class. All user-defined exceptions should
errno A numeric error code from the C variable errno.
exception TypeError Raised when an operation or function is applied to an object of inappropriate type. The associated value
exception PendingDeprecationWarning Base class for warnings about features which will be deprecated in the future.
Page 7 of 8