What module and operation will throw an error if a Mule event's payload is not a number?
What module and operation will throw an error if a Mule event's payload is not a number?
The Validation module's Is number operation will throw an error if the Mule event's payload is not a number. This operation is explicitly designed to check whether the payload is a number, and if it is not, an error will be raised.
A is crrect
A is correct