Skip to content

Commit edcc61d

Browse files
committed
Add reason annotations to backups.proto
1 parent 34c7106 commit edcc61d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

service/src/main/proto/org/signal/chat/backups.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,13 +436,13 @@ message CopyMediaResponse {
436436
errors.FailedZkAuthentication failed_authentication = 3 [(tag.reason) = "failed_authentication"];
437437

438438
// The source object was not found
439-
SourceNotFound source_not_found = 4;
439+
SourceNotFound source_not_found = 4 [(tag.reason) = "source_not_found"];
440440

441441
// The provided object length was incorrect
442-
WrongSourceLength wrong_source_length = 5;
442+
WrongSourceLength wrong_source_length = 5 [(tag.reason) = "wrong_source_length"];
443443

444444
// All media capacity has been consumed. Free some space to continue.
445-
OutOfSpace out_of_space = 6;
445+
OutOfSpace out_of_space = 6 [(tag.reason) = "out_of_space"];
446446
}
447447
}
448448

0 commit comments

Comments
 (0)