Home
last modified time | relevance | path

Searched defs:ServerError (Results 1 – 2 of 2) sorted by relevance

/external/volley/src/main/java/com/android/volley/
DServerError.java23 public class ServerError extends VolleyError { class
24 public ServerError(NetworkResponse networkResponse) { in ServerError() method in ServerError
28 public ServerError() { in ServerError() method in ServerError
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py101 class ServerError(CloudStorageError): class