# error.Error.ObjectGone

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

A refresh could not find the object it was asked to update.

This is distinct from a connection failure: tmux answered, and the
object was not among the results. It has been closed or killed since
the handle was created.

For a client, absence from a listing has one other cause that is not
this: a stopped client is left out of the same listing and comes back.
That is [`Self::ClientSuspended`], reported separately so that
[`Self::is_object_gone`] keeps meaning "stop using this handle".
