Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

JZN-00321

Value of the operator must be a string or number

Cause

The value supplied to $eq, $ne, or $exists was not a JavaScript Object Notation (JSON) string or number.


Action

Use only strings or numbers; do not use an object or array, and do not use the JSON literals 'true', 'false', or 'null'.