Skip to content

Commit 9c44c73

Browse files
committed
1 parent 0d42e0e commit 9c44c73

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

cs3/gateway/v1beta1/gateway_api_pb2_grpc.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,6 +639,7 @@ def Delete(self, request, context):
639639
then the entire directory is deleted recursively.
640640
If a resource specifies a reference or symlink type, only the reference is removed (not the target).
641641
MUST return CODE_NOT_FOUND if the reference does not exist.
642+
MUST return CODE_TOO_EARLY if some are not finished job over resource is still in process.
642643
"""
643644
context.set_code(grpc.StatusCode.UNIMPLEMENTED)
644645
context.set_details('Method not implemented!')
@@ -726,7 +727,8 @@ def ListRecycle(self, request, context):
726727
def Move(self, request, context):
727728
"""Moves a resource from one reference to another.
728729
MUST return CODE_NOT_FOUND if any of the references do not exist.
729-
MUST return CODE_FAILED_PRECONDITION if the source reference
730+
MUST return CODE_FAILED_PRECONDITION if the source reference.
731+
MUST return CODE_TOO_EARLY if some are not finished job over resource is still in process.
730732
cannot be moved to the destination reference.
731733
"""
732734
context.set_code(grpc.StatusCode.UNIMPLEMENTED)

cs3/rpc/v1beta1/code_pb2.py

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)