tmux.ErrNotFound
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/command.go
-
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.
SnapshotLookupErrorandCommandErrormatch 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