# io.github.libtmux.Server.Server.failed

- **Module:** io.github.libtmux.Server.Server
- **Package:** io.github.libtmux:libtmux
- **Language:** Java
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-java/blob/842228310449e879ebcaa3f910597757c9dbffd6/libtmux/src/main/java/io/github/libtmux/Server.java#L234
- **Page:** https://libtmux.org/en/java/latest/reference/io-github-libtmux-server-server-failed/

```
io.github.libtmux.Server.Server.failed(command: String, result: CommandResult) -> LibTmuxException
```

One sentence for a tmux command that did not succeed.

Built in one place because a message that omits the exit status, or says nothing at all
when tmux printed nothing, is how a misconfigured binary reads as a tmux that simply refused:
pointing a server at {@code /bin/false} used to raise "tmux display-message failed: " and
stop there.
