Incorrect Sign and/or Number Type

Problem

This error appears if

•you entered a value with the wrong sign - e.g. you have a negative number for an argument that requires a positive one

•you entered a value with the wrong number type - e.g. you used a decimal number for an argument that requires a whole number (integer).

Solution

Review the arguments and adjust their values.

  • Was this Helpful ?
  • YesNo