What exactly does volley.VolleyError.NetworkError mean in android?
I am a bit confused about volley NetworkError and the difference between NetworkError and NoConnectionError. Doc says about this NetworkError -
Indicates a network error while executing a Volley request.
What do they mean by "network error"? When does NoConnectionError occur and when does NetworkError occur?
+3
source to share
1 answer
No connection Error - you have no data connection and no wi-fi connection
Network error - you can login using some kind of wi-fi that is under firewall means you are connected but cannot transfer data. you are only allowed to transfer after manually authorizing with a firewall.
A network error is displayed before entering the firewall.
+8
source to share