.transient_errors: A function used by httr2::req_retry() to determine if the response represents a transient error
This is a private function of 'nixtlar'
Description
A function used by httr2::req_retry() to determine if the response represents a transient error
This is a private function of 'nixtlar'
Usage
.transient_errors(resp)
Value
TRUE if the response status is 500 or 502, FALSE otherwise.