errors.fyi community error code reference
AttributeError
python

AttributeError

Raised when attribute access or assignment fails, for example accessing a nonexistent attribute on an object. The name and obj attributes (Python 3.12+) identify the missing attribute and the object.

References

โ† all namespaces for AttributeError