errors.fyi community error code reference
TypeError
python

TypeError

Raised when an operation or function is applied to an object of an inappropriate type. Common causes: calling a non-callable, passing the wrong number of arguments, or combining incompatible types.

References

โ† all namespaces for TypeError