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

exception SystemError Raised when the interpreter finds an internal error, but the situation does not look so serious to cause

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

exception IndexError Raised when a sequence subscript is out of range. (Slice indices are silently truncated to fall in the

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

exception TimeoutError Raised when a system function timed out at the system level. Corresponds to errno ETIMEDOUT

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

exception EnvironmentError

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

exception ResourceWarning Base class for warnings related to resource usage.

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
ReferenceError
  • References/Python/Python/Built-in Exceptions

exception ReferenceError This exception is raised when a weak reference proxy, created by the

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

exception AssertionError Raised when an assert statement fails.

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

exception UnicodeError Raised when a Unicode-related encoding or decoding error occurs. It is a subclass of ValueError

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