Skip to main content

mark_error

Method
This is a method of the AuthProfile class in the failover module.
Mark this profile as having an error.

Signature

def mark_error(&mut self, error: impl Into<String>, cooldown: Duration) -> ()

Parameters

error
impl Into<String>
required
No description available.
cooldown
Duration
required
No description available.

Returns

Returns
()
The result of the operation.