Home
last modified time | relevance | path

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

/external/volley/core/src/main/java/com/android/volley/
DServerError.java21 public class ServerError extends VolleyError { class
22 public ServerError(NetworkResponse networkResponse) { in ServerError() method in ServerError
26 public ServerError() { in ServerError() method in ServerError
/external/pigweed/pw_rpc/public/pw_rpc/internal/
Dpacket.h61 static constexpr Packet ServerError(const Packet& packet, Status status) { in ServerError() function
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dcloud_storage.py102 class ServerError(CloudStorageError): class
/external/python/python-api-core/google/api_core/
Dexceptions.py324 class ServerError(GoogleAPICallError): class
/external/pigweed/pw_transfer/
Dclient_test.cc391 TEST_F(ReadTransfer, ServerError) { in TEST_F() argument
1080 TEST_F(WriteTransfer, ServerError) { in TEST_F() argument
/external/crosvm/devices/src/virtio/snd/vios_backend/
Dshm_vios.rs69 ServerError(BaseError), enumerator