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

error.Error.SessionExists

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
SessionExists
constant [source]
constant [source]
SessionExists

A session of this name already exists.

Classified rather than left as a generic refusal because it is the one creation failure a caller routinely expects and handles: it means "pick another name", not "tmux is broken". Checking with has-session first would race, since another process can take the name in between.

0 declared, 0 inherited

Esc

Type to search.