Type Alias FailSafeRunResult<T>

FailSafeRunResult: { error: T; success: false }

Type Parameters

  • T = Error

Type declaration

  • error: T

    Error that occurred during the run.

  • success: false

    Indicate that the run failed.