Reason:
The operator used within an expression does not exist or cannot be used for the operand types it has been applied to.
Resolution:
Use a different operator or cast the operands to the types required by the operator.
Tips:
- The error message indicates which operator has raised the error.
- Has the correct operator been used?
- Does one or more operands need to be cast to different data types?
Comments
Article is closed for comments.