aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-02-25 17:15:09 -0800
committerChris Lu <chris.lu@gmail.com>2020-02-25 17:15:09 -0800
commit0841bedb150fb7d4a96c237961474310942c2454 (patch)
tree6ccbddcac285172cc324bc7a845e442fdf77b88b /other/java
parentbc38b72a20bd79bf67ee1770e20dcd538285cedf (diff)
downloadseaweedfs-0841bedb150fb7d4a96c237961474310942c2454.tar.xz
seaweedfs-0841bedb150fb7d4a96c237961474310942c2454.zip
move filer assign volume grpc errror to response
Diffstat (limited to 'other/java')
-rw-r--r--other/java/client/src/main/proto/filer.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/other/java/client/src/main/proto/filer.proto b/other/java/client/src/main/proto/filer.proto
index d26c5595f..04901770a 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -180,6 +180,7 @@ message AssignVolumeResponse {
string auth = 5;
string collection = 6;
string replication = 7;
+ string error = 8;
}
message LookupVolumeRequest {