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

exception ResourceWarning Base class for warnings related to resource usage.

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

exception ValueError Raised when a built-in operation or function receives an argument that has the right type but an inappropriate

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

exception UnicodeEncodeError Raised when a Unicode-related error occurs during encoding. It is a subclass of UnicodeError

2025-01-10 15:47:30
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
WindowsError
  • References/Python/Python/Built-in Exceptions

exception WindowsError Only available on Windows.

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

exception ImportError Raised when an import statement fails to find the module definition or when a from

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

exception KeyError Raised when a mapping (dictionary) key is not found in the set of existing keys.

2025-01-10 15:47:30