RepositoryService: proper error responses
This standard way to return errors to the client is by means of `context.set_code()` and `set_details()`. Some Python exceptions are automatically converted into errors, but with potential loss of information. The new test brings the coverage of repository_service to 100%
Please register or sign in to comment