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

Go API

Go documentation

tmux.ErrNotFound

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

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/command.go
ErrNotFound
attribute [source]
attribute [source]
ErrNotFound

ErrNotFound identifies an operation naming a tmux object that does not exist. A lookup that found nothing matches it, and so does a command tmux refused because the target it named was gone — the same condition reached from either direction. SnapshotLookupError and CommandError match it through errors.Is.

Only a claim of absence this package has not disproved matches. A lookup that reaches a replaced daemon, or whose diagnostic names an object it did not target, reports what it saw rather than an absence.

0 declared, 0 inherited

Esc

Type to search.