in sample/src/main/java/com/uber/simplestore/sample/KotlinActivity.kt [85:89]
override fun onFailure(t: Throwable) {
textView.text = t.toString()
button.isEnabled = true
editText.isEnabled = true
}