Searched defs:ServerError (Results 1 – 2 of 2) sorted by relevance
21 public class ServerError extends VolleyError { class22 public ServerError(NetworkResponse networkResponse) { in ServerError() method in ServerError26 public ServerError() { in ServerError() method in ServerError
102 class ServerError(CloudStorageError): class