strerror The corresponding error message, as provided by the operating system. It is formatted by the C functions perror()
exception UnicodeError Raised when a Unicode-related encoding or decoding error occurs. It is a subclass of ValueError
exception FutureWarning Base class for warnings about constructs that will change semantically in the future.
exception EnvironmentError
exception IndexError Raised when a sequence subscript is out of range. (Slice indices are silently truncated to fall in the
exception AssertionError Raised when an assert statement fails.
exception TimeoutError Raised when a system function timed out at the system level. Corresponds to errno ETIMEDOUT
exception OverflowError Raised when the result of an arithmetic operation is too large to be represented. This cannot occur
exception InterruptedError Raised when a system call is interrupted by an incoming signal. Corresponds to errno
exception ValueError Raised when a built-in operation or function receives an argument that has the right type but an inappropriate
Page 4 of 8