Description: Parameter %1 cannot
be an expression. It can either be a literal or of type '%2'.
Cause: The argument specified
for built-in method of list type was an expression.
Resolution: The argument specified
for built-in method, either has to be a literal or an object of the
list type.