errors.fyi community error code reference
IndexError

IndexError

python

IndexError

Raised when a sequence subscript is out of range. Slice indices are silently truncated; out-of-range integer indices raise this exception.

References

ruby

IndexError

Raised when an index is out of range for an Array or String, or when a key is not found in some contexts.

References

← all namespaces