plan.run.StepOutcome.refusal
Rust
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- plan.run
- Declared in
- StepOutcome
- Package
- libtmux
- Source
- crates/libtmux/src/plan/run.rs
-
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::SessionExistsrather than racing another session creation. A sensitive invocation reportsError::CommandFailedand withholds tmux output.Nonewhen the invocation succeeded.
0 declared, 0 inherited