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

error.Error.NoEffect

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

A creating command exited 0 without creating anything.

`tmux -S <dir>/missing/sock new-session ...printserror creating <path> (No such file or directory)on stderr and exits 0 with empty stdout: exit 0 usually means the command ran, so this is its own variant rather than , which would print the exit code asSome(0)` beside the word "rejected" -- a contradiction -- and rather than Self::AfterEffect , which would claim an effect that never happened.

0 declared, 0 inherited

Esc

Type to search.