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

exception AssertionError Raised when an assert statement fails.

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

exception EnvironmentError

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

exception InterruptedError Raised when a system call is interrupted by an incoming signal. Corresponds to errno

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

filename2 For exceptions that involve a file system path (such as

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

exception NotADirectoryError Raised when a directory operation (such as

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

exception FutureWarning Base class for warnings about constructs that will change semantically in the future.

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

strerror The corresponding error message, as provided by the operating system. It is formatted by the C functions perror()

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

exception OverflowError Raised when the result of an arithmetic operation is too large to be represented. This cannot occur

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

code The exit status or error message that is passed to the constructor. (Defaults to None.)

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

winerror Under Windows, this gives you the native Windows error code. The errno attribute is then an approximate

2025-01-10 15:47:30