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.
E731
vim 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.