# config.ConfigError

- **Module:** config
- **Package:** tmux-workspace
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/tmux-workspace/src/config.rs#L15
- **Page:** https://libtmux.org/en/rs/latest/workspace/reference/config-configerror/

A workspace configuration failure.

## Members

- `Read` (constant): The workspace file could not be read.
- `Yaml` (constant): The document was not valid YAML.
- `DocumentCount` (constant): The document was empty, or held more than one workspace.
- `Invalid` (constant): A required key was absent or the wrong shape.
