diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-25 09:17:19 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-25 09:17:19 -0800 |
| commit | c48fc8b4de5922c44d22da306699f789353ecdd4 (patch) | |
| tree | dc94157e8ad2e547b807357227fa7bf85124af40 /other/java/client/src | |
| parent | 3f6e0e34cbb75fa440c8ccd182adb68ac7301847 (diff) | |
| download | seaweedfs-c48fc8b4de5922c44d22da306699f789353ecdd4.tar.xz seaweedfs-c48fc8b4de5922c44d22da306699f789353ecdd4.zip | |
grpc send error via response instead of grpc error
Diffstat (limited to 'other/java/client/src')
| -rw-r--r-- | other/java/client/src/main/proto/filer.proto | 1 |
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 { |
