• Parameters

    • funcCall: callableFunction

      The function that is run with backoff

    • parameters: unknown[]

      What the function is input as parameters (in the form of one array)

    • printOnError: null | string

      Printed with error when catch block reached

    Returns Promise<void>

    Throws

    if unable to run the function within the specified backoff limit

Generated using TypeDoc