# error.Error.AfterEffect

- **Module:** error.Error
- **Package:** libtmux
- **Language:** Rust
- **Kind:** constant
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/error.rs#L439
- **Page:** https://libtmux.org/en/rs/latest/reference/error-error-aftereffect/

tmux accepted an effectful step before a later part of the operation failed.

Repeating the whole operation may repeat the accepted effect. Inspect
`source` to diagnose the later failure, but do not use its retryability
as evidence that the whole operation is safe to replay.
