Database Error Messages

Release
toggle
  • 23ai
Updated
Jun 24, 2024

JZN-00297

missing exists() around predicate path

Cause

A predicate contained a path expression without a corresponding comparison operator or existence check.


Action

Enclose the path expression in an exists() operator to check for the existence of instances matching the path.