We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c7106 commit edcc61dCopy full SHA for edcc61d
1 file changed
service/src/main/proto/org/signal/chat/backups.proto
@@ -436,13 +436,13 @@ message CopyMediaResponse {
436
errors.FailedZkAuthentication failed_authentication = 3 [(tag.reason) = "failed_authentication"];
437
438
// The source object was not found
439
- SourceNotFound source_not_found = 4;
+ SourceNotFound source_not_found = 4 [(tag.reason) = "source_not_found"];
440
441
// The provided object length was incorrect
442
- WrongSourceLength wrong_source_length = 5;
+ WrongSourceLength wrong_source_length = 5 [(tag.reason) = "wrong_source_length"];
443
444
// All media capacity has been consumed. Free some space to continue.
445
- OutOfSpace out_of_space = 6;
+ OutOfSpace out_of_space = 6 [(tag.reason) = "out_of_space"];
446
}
447
448
0 commit comments