error.Error.SessionExists
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 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-sessionfirst would race, since another process can take the name in between.
0 declared, 0 inherited