You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jon has discovered that the text in stop() messages isn't always available from geterrmessage(). It appears that, in the context of result <- try({ ...}), friendly error messages generated by Mazama validation code is available from toString(result).
We should understand this difference and adjust MazamaCoreUtils::stopOnError() to present the best available information.
The text was updated successfully, but these errors were encountered:
Jon has discovered that the text in
stop()
messages isn't always available fromgeterrmessage()
. It appears that, in the context ofresult <- try({ ...})
, friendly error messages generated by Mazama validation code is available fromtoString(result)
.We should understand this difference and adjust
MazamaCoreUtils::stopOnError()
to present the best available information.The text was updated successfully, but these errors were encountered: