Learn R Programming

omophub (version 1.4.0)

is_transient_error: Check if Error is Transient (Retryable)

Description

Check if Error is Transient (Retryable)

Usage

is_transient_error(resp)

Value

TRUE if the error is transient and should be retried.

Arguments

resp

An httr2 response object.