Skip to content
Prev 373582 / 398500 Next

Problem with geterrmessage()

Only the default error handler puts the error message in a buffer
where it can be retrieved with geterrmessage. try() replaces the
default error handler. Either look at the value returned by try() or
use tryCatch with conditionMessage.

Best,

luke
On Thu, 22 Feb 2018, Dennis Fisher wrote: