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.

class Transaction
const
void
setRetryLimit
(
in int value
)

Parameters

value int

number of times to retry

Meta