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

using Dictionary as a String

A Dictionary was used where a String value was expected, such as in string concatenation. Convert it to a string representation with string() before the operation.

References

In this namespace

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