Skip to content

Better StatusResponses #2

@FllipEis

Description

@FllipEis

We currently return on almost all of our GRPC responses a StatusResponse, where "success" or "error" is being returned in a string.
I think we need to change this and return an enum instead of a string, because it would be better to know what exactly went wrong, so for example we could return GROUP_ALREADY_EXISTS, if a group already exists instead of just error.

This would make working with the api and the error handling a lot better

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions