$ errors.fyi/vim/E716 74 namespaces · 3,092 codes
vim · vim/E716
E716

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

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT