public static final String |
ALREADY_SPECIFIED_NUMBER_OF_TRIES__ERROR_MSG |
"Number of tries can only be specified once!" |
public static final String |
CAN_ONLY_SPECIFY_CUSTOM_EXCEPTION_STRAT__ERROR_MSG |
"You cannot use built in exception logic and custom exception logic in the same config!" |
public static final String |
CAN_ONLY_SPECIFY_ONE_BACKOFF_STRAT__ERROR_MSG |
"Retry config cannot specify more than one backoff strategy!" |
public static final String |
CAN_ONLY_SPECIFY_ONE_EXCEPTION_STRAT__ERROR_MSG |
"Retry config cannot specify more than one exception strategy!" |
public static final String |
MUST_SPECIFY_BACKOFF__ERROR_MSG |
"Retry config must specify a backoff strategy!" |
public static final String |
MUST_SPECIFY_MAX_TRIES__ERROR_MSG |
"Retry config must specify a maximum number of tries!" |
public static final String |
MUST_SPECIFY_MAX_TRIES_ABOVE_0__ERROR_MSG |
"Cannot specify a maximum number of tries less than 1!" |
public static final String |
SHOULD_SPECIFY_DELAY_BETWEEN_RETRIES_AS_POSTIVE__ERROR_MSG |
"Delay between retries must be a non-negative Duration." |
public static final String |
SHOULD_SPECIFY_RETRY_COUNT_AS_POSITIVE__ERROR_MSG |
"Max number of retries must be a non-negative number." |