catch_errors {salesforcer}R Documentation

Function to catch and print HTTP errors

Description

Function to catch and print HTTP errors

Usage

catch_errors(x)

Arguments

x

response(); a response from an HTTP request

Value

logical; return FALSE if the function finishes without detecting an error, otherwise stop the function call.

Note

This function is meant to be used internally. Only use when debugging.


[Package salesforcer version 1.0.1 Index]