Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

errors.QueryValidationError

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
errors
Package
libtmux
Source
packages/libtmux/src/errors.ts
class errors.QueryValidationError
class [source]
class [source]
class errors.QueryValidationError

Criteria that could not be evaluated, rejected before any command ran.

This is a caller mistake rather than a tmux one, so nothing was sent and nothing needs undoing. QueryValidationError.reason separates a bad id from bad criteria, and the path locates the field.

4 declared, 0 inherited

Members

  • code attribute
  • constructor method
  • path attribute Where in the criteria the problem is, as keys and array indices.
  • reason attribute
Esc

Type to search.