On this page
tmux.SnapshotLookupError
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/snapshot.go
-
SnapshotLookupError reports the cardinality of an unsuccessful point lookup. It matches
ErrSnapshotNotFoundorErrSnapshotAmbiguousthrough 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.