Use this tag when you have problems passing in arguments to a function
An argument error is a common error when using functions with arguments. Such error may include "some argument is missing", "some argument does not match required data type", "the number of provided arguments does not match that needed by the function", etc.