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
Currently only custom functions and a handful of other checks are handled through try_check. Testing showed a number of unexpected errors that hampered validation.
It would be best to wrap all checks in try_check to allow for smoother execution and surfacing of errors
The text was updated successfully, but these errors were encountered:
Currently only custom functions and a handful of other checks are handled through
try_check
. Testing showed a number of unexpected errors that hampered validation.It would be best to wrap all checks in
try_check
to allow for smoother execution and surfacing of errorsThe text was updated successfully, but these errors were encountered: