| Class | Description |
|---|---|
| VolleyErrorHelper |
| Exception | Description |
|---|---|
| AuthFailureError |
Error indicating that there was an authentication failure when performing a Request.
|
| NetworkError |
Indicates that there was a network error when performing a Volley request.
|
| NoConnectionError |
Error indicating that no connection could be established when performing a Volley request.
|
| ParseError |
Indicates that the server's response could not be parsed.
|
| ServerError |
Indicates that the server responded with an error response.
|
| TimeoutError |
Indicates that the connection or the socket timed out.
|
| VolleyError |
Exception style class encapsulating Volley errors
|