Skip to content

proto: Introduce structured UserCreateTagError

Patrick Steinhardt requested to merge pks-user-create-tag-error-proto into master

Introduce a structured UserCreateTagError that can be returned by the UserCreateTag RPC. This will eventually replace error conditions where we're currently failing to create the tag, but return successfully anyway.

In order to demonstrate that this structured error covers all cases we care about this commit also adds comments to all current sites where we return success under an error condition.

Part of #4137 (closed).

Merge request reports