Transaction.setRetryLimit

Set a maximum number of retries after which additional calls to onError will throw the most recently seen error code. Valid parameter values are `[-1, INT_MAX]`. If set to -1, will disable the retry limit. Parameter: (Int) number of times to retry

class Transaction
const
void
setRetryLimit
(
const long value
)

Meta