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

Go API

Go documentation

tmux.SnapshotLookupError

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/snapshot.go
struct tmux.SnapshotLookupError
struct [source]
struct [source]
struct tmux.SnapshotLookupError

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

5 declared, 0 inherited

Members

  • Error method Error implements error.
  • 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.
  • Unwrap method Unwrap classifies the failed lookup by cardinality.
Esc

Type to search.