Enum sway_libs::reentrancy::errors::ReentrancyError
pub enum ReentrancyError {
/// Emitted when the caller is a reentrant.
NonReentrant: (),
}
Expand description
Error log for when reentrancy has been detected
Variants
NonReentrant: ()
Emitted when the caller is a reentrant.