# options.OptionValueRefusal.WrongKind

- **Module:** options.OptionValueRefusal
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/options.rs#L272
- **Page:** https://libtmux.org/en/rs/latest/reference/options-optionvaluerefusal-wrongkind/

The value is not the variant this option reads back as: a flag needs [`OptionValue::Flag`], a number [`OptionValue::Number`], and every other kind [`OptionValue::Text`].
