errors.fyi community error code reference
TypeError

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

ruby

TypeError

Raised when an object is not of the expected type, for example passing a String where an Integer is required.

References

← all namespaces