is_transient_error: Check if Error is Transient (Retryable)

View source: R/utils.R

is_transient_errorR Documentation

Check if Error is Transient (Retryable)

Description

Check if Error is Transient (Retryable)

Usage

is_transient_error(resp)

Arguments

resp

An httr2 response object.

Value

TRUE if the error is transient and should be retried.


omophub documentation built on Feb. 23, 2026, 5:09 p.m.