On this page
tmux.CaptureRequestError
- Module
- tmux
- Package
- github.com/libtmux/libtmux-go/tmux
- Source
- tmux/pane_capture.go
-
CaptureRequestError reports a
CapturePaneRequestfield that cannot be represented as a tmux capture-pane argument. It matchesErrInvalidCaptureRequestthrougherrors.Isand is available througherrors.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.