Learn R Programming

ohvbd (version 1.0.0)

get_curl_err: Extract curl errors from httr2 error objects

Description

Extract curl errors from httr2 error objects

Usage

get_curl_err(e, returnfiller = FALSE)

Value

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

Arguments

e

An error object.

returnfiller

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