library / io.getstream.chat.android.livedata.utils / RetryPolicy / shouldRetry

shouldRetry

abstract fun shouldRetry(client: ChatClient, attempt: Int, error: ChatError): Boolean

Should Retry evaluates if we should retry the failure

Parameters

client -

attempt -

errMsg -

errCode -

Return