HomeSort by relevance Sort by last modified time
    Searched refs:ServerError (Results 1 - 5 of 5) sorted by null

  /frameworks/support/volley/src/com/android/volley/
ServerError.java 26 public class ServerError extends VolleyError {
27 public ServerError(NetworkResponse networkResponse) {
31 public ServerError() {
  /frameworks/support/volley/tests/src/com/android/volley/mock/
MockNetwork.java 22 import com.android.volley.ServerError;
51 throw new ServerError();
  /frameworks/support/volley/src/com/android/volley/toolbox/
BasicNetwork.java 29 import com.android.volley.ServerError;
136 // TODO: Only throw ServerError for 5xx status codes.
137 throw new ServerError(networkResponse);
201 private byte[] entityToBytes(HttpEntity entity) throws IOException, ServerError {
208 throw new ServerError();
  /frameworks/support/volley/tests/src/com/android/volley/
ResponseDeliveryTest.java 88 Response<byte[]> errorResponse = Response.error(new ServerError());
  /external/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 489 push(@function, " reportProtocolError(&callId, ServerError, error);");
526 s_commonErrors.insert(ServerError, "{\\\"code\\\":-32000,\\\"message\\\":\\\"Server error.\\\"}");
    [all...]

Completed in 478 milliseconds