ExecutedResult: Promise<string | ExecutedFailure>

The result of asynchronous operation. It is a promise object.

  • '': Success
  • ExecutedFailure: Failure. Use .catch(error=>{}) or try{ *your code* }catch(error){} to handle the errors.