Run a function without the risk that the function will throw an error. Errors will be returned as part of the return object instead of throwing. For async functions, use runSafeAsync
runSafeAsync
Rest
Run a function without the risk that the function will throw an error. Errors will be returned as part of the return object instead of throwing. For async functions, use
runSafeAsync