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 Dec. 17, 2025, 5:10 p.m.