abstract fun shouldRetry(client: ChatClient, attempt: Int, error: ChatError): Boolean
Should Retry evaluates if we should retry the failure
client -
client
attempt -
attempt
errMsg -
errMsg
errCode -
errCode
Return