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

shouldRetry

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

Should Retry evaluates if we should retry the failure

Parameters

client -

attempt -

errMsg -

errCode -

Return