Bernie-2016 / fieldthebern-android

Android application for crowdsourced voter canvassing.
https://www.fieldthebern.com/
Other
16 stars 8 forks source link

ErrorToastService crash #150

Closed patrickcousins closed 8 years ago

patrickcousins commented 8 years ago

Error display crashes on: {"errors":[{"id":"VALIDATION_ERROR","title":"Email error","detail":"Email is invalid","status":422},{"id":"VALIDATION_ERROR","title":"Password error","detail":"Password can't be blank","status":422}]}

Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_ARRAY but was BEGIN_OBJECT at line 1 column 13 path $.errors[0]

patrickcousins commented 8 years ago

more example api errors

{"errors":[
  {
    "id":"VALIDATION_ERROR",
    "title":"Email error",
    "detail":"Email is invalid",
    "status":422
  },
  {
    "id":"VALIDATION_ERROR",
    "title":"Password error",
    "detail":"Password can't be blank",
    "status":422
  }
]}
patrickcousins commented 8 years ago

Could also separate Error parsing and rename the service to ToastService