Skip to main content

Module pyerrors

Module pyerrors 

Source

Statics§

PyExc_ArithmeticError⚠
PyExc_AssertionError⚠
PyExc_AttributeError⚠
PyExc_BaseException⚠
PyExc_BaseExceptionGroup⚠Py_3_11
PyExc_BlockingIOError⚠
PyExc_BrokenPipeError⚠
PyExc_BufferError⚠
PyExc_BytesWarning⚠
PyExc_ChildProcessError⚠
PyExc_ConnectionAbortedError⚠
PyExc_ConnectionError⚠
PyExc_ConnectionRefusedError⚠
PyExc_ConnectionResetError⚠
PyExc_DeprecationWarning⚠
PyExc_EOFError⚠
PyExc_EncodingWarning⚠Py_3_10
PyExc_EnvironmentError⚠
PyExc_Exception⚠
PyExc_FileExistsError⚠
PyExc_FileNotFoundError⚠
PyExc_FloatingPointError⚠
PyExc_FutureWarning⚠
PyExc_GeneratorExit⚠
PyExc_IOError⚠
PyExc_ImportError⚠
PyExc_ImportWarning⚠
PyExc_IndentationError⚠
PyExc_IndexError⚠
PyExc_InterruptedError⚠
PyExc_IsADirectoryError⚠
PyExc_KeyError⚠
PyExc_KeyboardInterrupt⚠
PyExc_LookupError⚠
PyExc_MemoryError⚠
PyExc_ModuleNotFoundError⚠
PyExc_NameError⚠
PyExc_NotADirectoryError⚠
PyExc_NotImplementedError⚠
PyExc_OSError⚠
PyExc_OverflowError⚠
PyExc_PendingDeprecationWarning⚠
PyExc_PermissionError⚠
PyExc_ProcessLookupError⚠
PyExc_RecursionError⚠
PyExc_ReferenceError⚠
PyExc_ResourceWarning⚠
PyExc_RuntimeError⚠
PyExc_RuntimeWarning⚠
PyExc_StopAsyncIteration⚠
PyExc_StopIteration⚠
PyExc_SyntaxError⚠
PyExc_SyntaxWarning⚠
PyExc_SystemError⚠
PyExc_SystemExit⚠
PyExc_TabError⚠
PyExc_TimeoutError⚠
PyExc_TypeError⚠
PyExc_UnboundLocalError⚠
PyExc_UnicodeDecodeError⚠
PyExc_UnicodeEncodeError⚠
PyExc_UnicodeError⚠
PyExc_UnicodeTranslateError⚠
PyExc_UnicodeWarning⚠
PyExc_UserWarning⚠
PyExc_ValueError⚠
PyExc_Warning⚠
PyExc_ZeroDivisionError⚠

Functions§

PyErr_BadArgument⚠
PyErr_BadInternalCall⚠Non-PyPy
PyErr_CheckSignals⚠
PyErr_Clear⚠
PyErr_ExceptionMatches⚠
PyErr_Fetch⚠Deprecated
PyErr_Format⚠
PyErr_GetExcInfo⚠
PyErr_GetHandledException⚠Py_3_11
PyErr_GetRaisedException⚠Py_3_12
PyErr_GivenExceptionMatches⚠
PyErr_NewException⚠
PyErr_NewExceptionWithDoc⚠
PyErr_NoMemory⚠
PyErr_NormalizeException⚠Deprecated
PyErr_Occurred⚠
PyErr_ProgramText⚠
PyErr_Restore⚠Deprecated
PyErr_SetExcInfo⚠
PyErr_SetFromErrno⚠
PyErr_SetFromErrnoWithFilename⚠
PyErr_SetFromErrnoWithFilenameObject⚠
PyErr_SetFromErrnoWithFilenameObjects⚠
PyErr_SetHandledException⚠Py_3_11
PyErr_SetImportError⚠
PyErr_SetImportErrorSubclass⚠
PyErr_SetInterrupt⚠
PyErr_SetInterruptEx⚠Py_3_10
PyErr_SetNone⚠
PyErr_SetObject⚠
PyErr_SetRaisedException⚠Py_3_12
PyErr_SetString⚠
PyErr_SyntaxLocation⚠
PyErr_SyntaxLocationEx⚠
PyErr_WriteUnraisable⚠
PyExceptionClass_Check⚠Non-RustPython
PyExceptionInstance_Check⚠Non-RustPython
PyExceptionInstance_Class⚠Non-PyPy
PyException_GetCause⚠
PyException_GetContext⚠
PyException_GetTraceback⚠
PyException_SetCause⚠
PyException_SetContext⚠
PyException_SetTraceback⚠
PyUnicodeDecodeError_Create⚠Non-PyPy
PyUnicodeDecodeError_GetEncoding⚠
PyUnicodeDecodeError_GetEnd⚠
PyUnicodeDecodeError_GetObject⚠
PyUnicodeDecodeError_GetReason⚠
PyUnicodeDecodeError_GetStart⚠
PyUnicodeDecodeError_SetEnd⚠
PyUnicodeDecodeError_SetReason⚠
PyUnicodeDecodeError_SetStart⚠
PyUnicodeEncodeError_GetEncoding⚠
PyUnicodeEncodeError_GetEnd⚠
PyUnicodeEncodeError_GetObject⚠
PyUnicodeEncodeError_GetReason⚠
PyUnicodeEncodeError_GetStart⚠
PyUnicodeEncodeError_SetEnd⚠
PyUnicodeEncodeError_SetReason⚠
PyUnicodeEncodeError_SetStart⚠
PyUnicodeTranslateError_GetEnd⚠
PyUnicodeTranslateError_GetObject⚠
PyUnicodeTranslateError_GetReason⚠
PyUnicodeTranslateError_GetStart⚠
PyUnicodeTranslateError_SetEnd⚠
PyUnicodeTranslateError_SetReason⚠
PyUnicodeTranslateError_SetStart⚠
Py_FatalError⚠
_PyErr_BadInternalCall 🔒 ⚠Non-PyPy
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here