Skip to main content

mark_failure

Method
This is a method of the FailoverManager class in the failover module.
Mark a profile as failed.

Signature

def mark_failure(&mut self, profile_name: &str, error: &str, is_rate_limit: bool) -> ()

Parameters

profile_name
&str
required
No description available.
error
&str
required
No description available.
is_rate_limit
bool
required
No description available.

Returns

Returns
()
The result of the operation.