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.