Execute an async block of code, catching any errors and returning them as Err.
Err
The block of code to execute.
The result of the block wrapped in an Ok, or an Err containing any error thrown by the block.
Ok
Execute an async block of code, catching any errors and returning them as
Err
.