errors.fyi community error code reference
KeyError
python

KeyError

Raised when a mapping key is not found in the set of existing keys. The missing key is stored as the first argument.

References

โ† all namespaces for KeyError