Skip to content

Commit

Permalink
[nspcc-dev#150] object: Define enum of status codes of Object.Put fai…
Browse files Browse the repository at this point in the history
…lures

Signed-off-by: Leonard Lyubich <[email protected]>
  • Loading branch information
Leonard Lyubich committed Oct 4, 2021
1 parent 1db0482 commit 580e37c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions object/status.proto
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ import "status/types.proto";
enum StatusCommon {
ACCESS_DENIED = 0;
}

enum StatusPut {
STATUS_PUT_INCOMPLETE = 0;
}

message PutIncompleteDetail {
repeated neo.fs.v2.status.Status statuses = 1;
}

0 comments on commit 580e37c

Please sign in to comment.