Skip to content
Snippets Groups Projects
Verified Commit 0708150f authored by Timm Fitschen's avatar Timm Fitschen
Browse files

Fix ServerMessages

parent cfbc140c
No related branches found
No related tags found
3 merge requests!44Release 0.6,!43Merge f-GRPC-main to dev,!42DEPS: Update proto and fix breaking changes
Pipeline #15880 failed
......@@ -577,6 +577,6 @@ public class ServerMessages {
public static final Message ERROR_INTEGRITY_VIOLATION =
new Message(
MessageType.Error,
MessageCode.MESSAGE_CODE_INTEGRITY_VIOLOATION,
MessageCode.MESSAGE_CODE_INTEGRITY_VIOLATION,
"This entity caused an unexpected integrity violation. This is a strong indicator for a server bug. Please report.");
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment