error(message_part, ..., message_part)
Concatenate all the arguments after converting them to strings, then print the resulting warning message on the console.
See also commands error() and message().
Examples:
warning("FIXME");
warning("Expected ", $expectedCount, ", got ", $count);