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

error.Error.after_effect

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/classification.rs
after_effect ( self , operation : &'static str ) → Self
method [source]
method [source]
after_effect

Mark this failure as following an effect that tmux accepted.

Use a fixed operation name without targets or argument values. Calling this method on an already marked error leaves its existing operation intact, so nested composed operations do not obscure the more specific replay boundary.

The returned error has ErrorKind::PartialEffect and Self::is_transient returns false, regardless of the source.

0 declared, 0 inherited

Esc

Type to search.