NonIndexableOperand occurs when an index operation is applied to a value that cannot be indexed. Example: var x = 1 var y = x[1]