errors.fyi community error code reference
E717
vim

Dictionary entry already exists

An attempt was made to add a key to a Dictionary using a method that prohibits overwriting existing entries. Use direct assignment (dict[key] = value) to update an existing key.

References

← all namespaces