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

plan.run.StepOutcome.refusal

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

View as Markdown

Module
plan.run
Declared in
StepOutcome
Package
libtmux
Source
crates/libtmux/src/plan/run.rs
refusal ( self ) → Option<Error>
method [source]
method [source]
refusal

Why tmux refused this invocation, in the crate's error vocabulary.

A refusal is data rather than an error here, because a plan may expect one. Without sensitive input, this classifies it the same way a direct call would, so a caller can match on Error::SessionExists rather than racing another session creation. A sensitive invocation reports Error::CommandFailed and withholds tmux output.

None when the invocation succeeded.

0 declared, 0 inherited

Esc

Type to search.