RetryMode enum

Describes the Retry Mode type. Currently supporting only Exponential.

Fields

Exponential = 0

Currently supported retry mode. Each time a retry happens, it will take exponentially more time than the last time.