Get error data from civis_errors
get_error(x)
Arguments
x |
The error, usually from tryCatch |
Value
A list containing
fThe function
argsA list of named arguments f
was called with
errorThe error message from platform (if any)
statusThe status
Examples