libtmux Reference MCP Search
On this page

tmux.CaptureRequestError

View as Markdown

Module
tmux
Package
github.com/libtmux/libtmux-go/tmux
Source
tmux/pane_capture.go
struct tmux.CaptureRequestError
struct [source]
struct [source]
struct tmux.CaptureRequestError

CaptureRequestError reports a CapturePaneRequest field that cannot be represented as a tmux capture-pane argument. It matches ErrInvalidCaptureRequest through errors.Is and is available through errors.As.

5 declared, 0 inherited

Members

  • Field attribute Field names the invalid request field.
  • Reason attribute Reason describes the violated request constraint without promising a stable complete error string.
  • Value attribute Value is the rejected field value. It may be empty when absence is the error.
  • Error method Error implements error.
  • Unwrap method Unwrap makes CaptureRequestError compatible with ErrInvalidCaptureRequest.
Esc

Type to search.