BIP2546

Severity

20 : Error

Message

(<insert_0>, <insert_1>) : <insert_4> field type expression does not evaluate to INTEGER value; '<insert_2>' evaluates to <insert_3>.

Explanation

A field type must be an INTEGER value. The expression '<insert_2>' evaluates to a value of type <insert_3>.

Response

Correct the syntax of your ESQL expression in node '<insert_0>', around line and column '<insert_1>', then redeploy the message flow: Ensure that only expressions evaluating to INTEGER values are used to designate field types with <insert_4>.