Searched defs:ServerError (Results 1 – 2 of 2) sorted by relevance
23 public class ServerError extends VolleyError { class24 public ServerError(NetworkResponse networkResponse) { in ServerError() method in ServerError28 public ServerError() { in ServerError() method in ServerError
101 class ServerError(CloudStorageError): class