Searched refs:ServerError (Results 1 – 10 of 10) 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
26 public class ClientError extends ServerError {
31 import com.android.volley.ServerError;168 request, new ServerError(networkResponse)); in performRequest()170 throw new ServerError(networkResponse); in performRequest()174 throw new ServerError(networkResponse); in performRequest()238 private byte[] entityToBytes(HttpEntity entity) throws IOException, ServerError { in entityToBytes()245 throw new ServerError(); in entityToBytes()
22 import com.android.volley.ServerError;51 throw new ServerError(); in performRequest()
101 class ServerError(CloudStorageError): class172 return ServerError(stderr)349 except ServerError:
82 self._AssertRunCommandRaisesError(strs, cloud_storage.ServerError)
62 Response<byte[]> errorResponse = Response.error(new ServerError()); in postErrorCallsDeliverError()
24 import com.android.volley.ServerError;220 verify(mMockRetryPolicy).retry(any(ServerError.class)); in serverError_enableRetries()
207 cs_get_mock.side_effect = cloud_storage.ServerError208 self.assertRaises(cloud_storage.ServerError,
META-INF/MANIFEST.MF de/tavendo/autobahn/ByteBufferInputStream.class ByteBufferInputStream.java ...