tmux.CaptureRequestError
Go
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- 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
- Error method Error implements error.
- Field attribute Field names the invalid request field.
- Reason attribute Reason describes the violated request constraint without promising a stable complete error string.
- Unwrap method Unwrap makes CaptureRequestError compatible with ErrInvalidCaptureRequest.
- Value attribute Value is the rejected field value. It may be empty when absence is the error.