errors.fyi community error code reference
ZeroDivisionError

ZeroDivisionError

python

ZeroDivisionError

Raised when the second argument of a division or modulo operation is zero. The message indicates whether integer division, float division, or modulo was attempted.

References

ruby

ZeroDivisionError

Raised when an integer is divided by zero. Note that Float division by zero returns Infinity or NaN rather than raising.

References

← all namespaces