Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

error.Error.ObjectGone

Rust
  • Python Unavailable
  • TypeScript Unavailable
  • Rust
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
error
Declared in
Error
Package
libtmux
Source
crates/libtmux/src/error.rs
ObjectGone
constant [source]
constant [source]
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".

0 declared, 0 inherited

Esc

Type to search.