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

errors.VersionTooLowError

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.VersionTooLowError
class [source]
class [source]
class errors.VersionTooLowError

A field the server is too old to have.

Constructed bare for parity with the Python library, which has this name and throws it with no message. Constructed with its parts by this package, so a caller filtering on a field their tmux predates is told which field, which release has it, and which release answered — rather than being handed an empty result that reads as "no object has this".

5 declared, 0 inherited

Members

  • since attribute The first tmux that has the field, when this came from a query.
  • code attribute
  • constructor method
  • criteriaName attribute The criteria key the caller wrote, when this came from a query.
  • serverVersion attribute The tmux that answered, when this came from a query.
Esc

Type to search.