Use a more obvious error code for DeviceTransferBlockingInterceptor.

This commit is contained in:
Greyson Parrelli
2026-06-29 11:50:22 -04:00
committed by Michelle Tang
parent 97740b34eb
commit bdb6b7d5f1
@@ -45,7 +45,7 @@ public final class DeviceTransferBlockingInterceptor implements Interceptor {
.receivedResponseAtMillis(System.currentTimeMillis())
.message("")
.body(ResponseBody.create(null, ""))
.code(500)
.code(555)
.build();
}