Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Error not returned in bad gRPC requests #62

Closed
1 of 3 tasks
dpakach opened this issue Jul 17, 2020 · 1 comment · Fixed by owncloud/ocis#709
Closed
1 of 3 tasks

Error not returned in bad gRPC requests #62

dpakach opened this issue Jul 17, 2020 · 1 comment · Fixed by owncloud/ocis#709
Labels
bug Something isn't working

Comments

@dpakach
Copy link
Contributor

dpakach commented Jul 17, 2020

Some gRPC calls dont return proper error when it is expected

  • - RemoveMember - removing member that is not in the group doesn't return any error
  • - CreateAccount - Try to create a user that already exists
  • - AddMember - Try to add a user that is already in the group
@dpakach dpakach added the bug Something isn't working label Jul 17, 2020
@kulmann
Copy link
Member

kulmann commented Sep 16, 2020

Fixed that CreateAccount now doesn't create duplicate accounts anymore. #123

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants