# error.ObjectKind

- **Module:** error
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/error.rs#L941
- **Page:** https://libtmux.org/reference/rs/error-objectkind/

## Members

- `Session` (constant) — A tmux session.
- `Window` (constant) — A tmux window.
- `Pane` (constant) — A tmux pane.
- `Client` (constant) — A client attached to the server.
