Hiyve Components - v1.0.0
    Preparing search index...
    • Common retryable error checker for network errors.

      Parameters

      • error: unknown

        The error to check

      Returns boolean

      True if the error is retryable

      Returns true for errors that are typically transient and worth retrying:

      • Network failures (TypeError with fetch-related messages)
      • HTTP 5xx server errors
      • HTTP 429 too many requests
      • HTTP 408 request timeout