R/utils.R
capture_error_info.Rd
Captures detailed information about an error condition, including class, message, call, and a trimmed traceback.
capture_error_info(e)
A condition object (typically from tryCatch)
A named list with elements:
error_class - The class of the error
error_class
error_message - The error message
error_message
call - The call that caused the error (if available)
call
traceback - Trimmed traceback (limited to 20 frames)
traceback