Function errorStepWithRepeat

  • Experimental

    If function will catch error, it will display bubble with message and option to retry.

    Type Parameters

    • T

    Parameters

    • ctx: Context

      Context

    • fn: (() => Promise<T>)

      main function you want to run

        • (): Promise<T>
        • Returns Promise<T>

    • Optional options: ErrorStepWithRepeatOptions

      description?: optional bubble description

    Returns Promise<T | undefined>

    any type

Generated using TypeDoc