On this page
exc.QueryValidationError.path
- Module
- exc
- Declared in
- QueryValidationError
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/exc.ts
-
Where in the criteria the problem is, as keys and array indices.
["windows", "some", "name", "startsWith"]reads aswindows.some.name.startsWith, which is what the message renders. Kept apart from the message so a caller that built the criteria from somewhere else — a form, a config file, an MCP client — can point at the right field rather than parse a sentence. Empty when the criteria themselves are not an object at all.
0 declared, 0 inherited