get_curl_err: Extract curl errors from httr2 error objects

View source: R/utils.R

get_curl_errR Documentation

Extract curl errors from httr2 error objects

Description

Extract curl errors from httr2 error objects

Usage

get_curl_err(e, returnfiller = FALSE)

Arguments

e

An error object.

returnfiller

If true return filler message if no curl message is present.

Value

the curl error message (if present) or NULL (or a filler message).


ohvbd documentation built on March 10, 2026, 1:07 a.m.