errors.fyi community error code reference

Python Built-in Exceptions

Built-in exception classes raised by the Python interpreter and standard library. All exceptions derive from BaseException; most application code catches subclasses of Exception.

References

65 codes