Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

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.