exception ZeroDivisionError Raised when the second argument of a division or modulo operation is zero. The associated value
exception StopAsyncIteration Must be raised by __anext__() method of an asynchronous
exception PendingDeprecationWarning Base class for warnings about features which will be deprecated in the future.
exception KeyError Raised when a mapping (dictionary) key is not found in the set of existing keys.
exception UnicodeDecodeError Raised when a Unicode-related error occurs during decoding. It is a subclass of UnicodeError
reason A string describing the specific codec error.
exception GeneratorExit Raised when a generator or coroutine
exception UnicodeWarning Base class for warnings related to Unicode.
exception FileExistsError Raised when trying to create a file or directory which already exists. Corresponds to errno
errno A numeric error code from the C variable errno.
Page 6 of 8