Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RetryDecider

Determines whether an error is retryable based on the number of retries already attempted, the HTTP status code, and the error received (if any).

Hierarchy

  • RetryDecider

Callable

  • Determines whether an error is retryable based on the number of retries already attempted, the HTTP status code, and the error received (if any).

    Parameters

    • error: SdkError

      The error encountered.

    Returns boolean