Database Error Messages

JZN-00752

input array to vector contains non-numeric element

Cause

A JSON array containing a non-numeric element is used as an input to a vector operator or constructor.


Action

Ensure that the JSON array used as an input to a vector operation contains only numeric element values, or one of a limited number of string values representing the special values 'Nan', 'Inf', or '-Inf'.