[full-ci] bump a reva according the #issue-6469
This commit is contained in:
Generated
Vendored
+2
@@ -499,6 +499,8 @@ func (s *service) CreateStorageSpace(ctx context.Context, req *provider.CreateSt
|
||||
}
|
||||
case errtypes.AlreadyExists:
|
||||
st = status.NewAlreadyExists(ctx, err, "already exists")
|
||||
case errtypes.BadRequest:
|
||||
st = status.NewInvalid(ctx, err.Error())
|
||||
default:
|
||||
st = status.NewInternal(ctx, "error creating space")
|
||||
appctx.GetLogger(ctx).
|
||||
|
||||
Reference in New Issue
Block a user