# error.Error.is_object_gone

- **Module:** error.Error
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/error/classification.rs#L140
- **Page:** https://libtmux.org/en/rs/latest/reference/error-error-is_object_gone/

```
error.Error.is_object_gone(self) -> bool
```

Report whether tmux no longer has the object the call named.

The most common branch a caller writes, and the one that is easy to
get wrong: an object disappearing is an ordinary race, not a failure
of the request.
