mark_failure
Method
This is a method of the FailoverManager class in the failover module.Mark a profile as failed.
Signature
Parameters
The profile that failed
Error message
Whether this is a rate limit error
Mark a profile as failed.
This is a method of the FailoverManager class in the failover module.Mark a profile as failed.
def mark_failure(profile: AuthProfile, error: str, is_rate_limit: bool) -> None