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

error.Error.OptionValueRefused

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

A typed option write that tmux's option table refuses, so nothing was sent.

Raised by set_typed_option and its siblings before dispatch, never by tmux, and the option is left as it was. crate::OptionValue says which variant each kind of option takes. The value is not kept, as no option value is; reason says what the option takes instead.

0 declared, 0 inherited

Esc

Type to search.