I am a bit confused about volley NetworkError, and about the difference between NetworkError and NoConnectionError. The doc says this about NetworkError -
Indicates that there was a network error when performing a Volley request.
What do they mean by "network error"? When is NoConnectionError raised and when is NetworkError raised?