CDISP0225E

The logic clause in the operator name operator modifies the incoming tuple of port number port number. However, the operator model specifies that this tuple is not mutable.

The operator definition prevents the modification of the input tuple, but the code in the logic clause modifies the tuple.
Ensure that the code in the logic clause does not modify the input tuple.