RetryExhaustedException

class RetryExhaustedException(message: String, val attempts: Int, cause: Throwable? = null) : IndexerException

Maximum retry attempts exceeded.

Recovery: Alert user, fall back to cached data

Constructors

Link copied to clipboard
constructor(message: String, attempts: Int, cause: Throwable? = null)

Properties

Link copied to clipboard
Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?