Determines whether a request should be retried based on the error. :param error: The error object to check. :param method: The HTTP method of the request (optional). :param retries_left: The number of retries left (optional). :return: True if the request should be retried, False oth
(
error, method: Optional[str] = None, retries_left: Optional[int] = None
)
source not stored for this graph (policy: none)
no outgoing calls