aboutsummaryrefslogtreecommitdiff
path: root/other/java
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-25 09:17:19 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-25 09:17:19 -0800
commitc48fc8b4de5922c44d22da306699f789353ecdd4 (patch)
treedc94157e8ad2e547b807357227fa7bf85124af40 /other/java
parent3f6e0e34cbb75fa440c8ccd182adb68ac7301847 (diff)
downloadseaweedfs-c48fc8b4de5922c44d22da306699f789353ecdd4.tar.xz
seaweedfs-c48fc8b4de5922c44d22da306699f789353ecdd4.zip
grpc send error via response instead of grpc error
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 41c1650d4..6357d971f 100644
--- a/other/java/client/src/main/proto/filer.proto
+++ b/other/java/client/src/main/proto/filer.proto
@@ -127,6 +127,7 @@ message CreateEntryRequest {
}
message CreateEntryResponse {
+ string error = 1;
}
message UpdateEntryRequest {