fix(ecstore): preserve remote delete error types (#6371)

This commit is contained in:
Zhengchao An
2026-08-22 17:07:02 +08:00
committed by GitHub
parent 8679570c2a
commit 1a3be70d98
4 changed files with 134 additions and 28 deletions
+3
View File
@@ -493,6 +493,9 @@ message DeleteVersionsResponse {
bool success = 1;
repeated string errors = 2;
optional Error error = 3;
// Senders dual-write the legacy strings and typed entries. Receivers prefer typed entries
// when present and fall back to strings for peers that predate this field. Code zero means success.
repeated Error item_errors = 4;
}
message ReadMultipleRequest {