Wraps an async function that can potentially throw an Error to instead return a Promise<Result>.
Error
Promise<Result>
Wraps an async function that can potentially throw an
Errorto instead return aPromise<Result>.