libtmux Reference MCP Search
On this page

tmux.SnapshotLookupError

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/snapshot.go
struct tmux.SnapshotLookupError
struct [source]
struct [source]
struct tmux.SnapshotLookupError

SnapshotLookupError reports the cardinality of an unsuccessful point lookup. It matches ErrSnapshotNotFound or ErrSnapshotAmbiguous through errors.Is; callers can recover its target and count with errors.As.

5 declared, 0 inherited

Members

  • Identifier attribute Identifier is the requested stable identifier.
  • Matches attribute Matches is the number of matching materialized views.
  • Object attribute Object names the requested snapshot object kind.
  • Error method Error implements error.
  • Unwrap method Unwrap classifies the failed lookup by cardinality.
Esc

Type to search.