errors.fyi community error code reference
E716
vim

Key not present in Dictionary

A Dictionary lookup used a key that does not exist and the dict was not accessed with the get() function. Use get(dict, key, default) to safely retrieve optional keys.

References

← all namespaces