error.Error.ObjectGone
Rust
- Python Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- error
- Declared in
- Error
- Package
- libtmux
- Source
- crates/libtmux/src/error.rs
-
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 thatSelf::is_object_gonekeeps meaning "stop using this handle".
0 declared, 0 inherited