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 |
|
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]