orhanobut / wasp

Compact and easy to use, 'all-in-one' android network solution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WaspError should include info about Exceptions coming from Volley

kardeslik opened this issue · comments

For example, when TimeoutError occurs we could not know the exception is due to time out because all we get from Wasp is a WaspError with status code 0 and null message.

Same problem with UnknownHostException. Please handle error codes

Let's have this one as top priority, I am also having some issues with this.

If you are reading this you might find this explanation for error 0 interesting #139