クラス
com.android.volley.VolleyError の使用

VolleyError を使用しているパッケージ
com.android.volley   
com.android.volley.toolbox   
 

com.android.volley での VolleyError の使用
 

com.android.volley での VolleyError のサブクラス
 class AuthFailureError
          Error indicating that there was an authentication failure when performing a Request.
 class NetworkError
          Indicates that there was a network error when performing a Volley request.
 class NoConnectionError
          Error indicating that no connection could be established when performing a Volley request.
 class ParseError
          Indicates that the server's response could not be parsed.
 class ServerError
          Indicates that the error responded with an error response.
 class TimeoutError
          Indicates that the connection or the socket timed out.
 

VolleyError として宣言されている com.android.volley のフィールド
 VolleyError Response.error
          Detailed error information if errorCode !
 

VolleyError 型のパラメータを持つ com.android.volley のメソッド
 void Request.deliverError(VolleyError error)
          Delivers error message to the ErrorListener that the Request was initialized with.
static
<T> Response<T>
Response.error(VolleyError error)
          Returns a failed response containing the given error code and an optional localized message displayed to the user.
 void Response.ErrorListener.onErrorResponse(VolleyError error)
          Callback method that an error has been occurred with the provided error code and optional user-readable message.
 void ResponseDelivery.postError(Request<?> request, VolleyError error)
          Posts an error for the given request.
 void ExecutorDelivery.postError(Request<?> request, VolleyError error)
           
 void RetryPolicy.retry(VolleyError error)
          Prepares for the next retry by applying a backoff to the timeout.
 void DefaultRetryPolicy.retry(VolleyError error)
          Prepares for the next retry by applying a backoff to the timeout.
 

VolleyError をスローする com.android.volley のメソッド
 NetworkResponse Network.performRequest(Request<?> request)
          Performs the specified request.
 void RetryPolicy.retry(VolleyError error)
          Prepares for the next retry by applying a backoff to the timeout.
 void DefaultRetryPolicy.retry(VolleyError error)
          Prepares for the next retry by applying a backoff to the timeout.
 

com.android.volley.toolbox での VolleyError の使用
 

VolleyError 型のパラメータを持つ com.android.volley.toolbox のメソッド
 void RequestFuture.onErrorResponse(VolleyError error)
           
 

VolleyError をスローする com.android.volley.toolbox のメソッド
 NetworkResponse BasicNetwork.performRequest(Request<?> request)