⚠️ Internal: This API is not publically exported by the package.

      Type alias Exit<E, A>

      Exit<E, A>: Failure<E, A> | Success<E, A>

      An Exit<E, A> describes the result of a executing an Effect workflow.

      There are two possible values for an Exit<E, A>:

      • Exit.Success contain a success value of type A
      • Exit.Failure contains a failure Cause of type E

      Type Parameters

      • E

      • A

      Since

      2.0.0