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

EHN: add INTEGRITY_VIOLATION as message code

parent 547771c7
Branches
Tags
1 merge request!5Release 0.1
Pipeline #15799 passed
......@@ -321,6 +321,10 @@ enum MessageCode {
// out of range. The integer range is an implementation detail and thus this
// can happen even though the API allows the value.
MESSAGE_CODE_INTEGER_VALUE_OUT_OF_RANGE = 58;
// This entity caused an unexpected integrity violation. This is a strong
// indicator for a server bug. Please report.
MESSAGE_CODE_INTEGRITY_VIOLOATION = 59;
}
// Messages are used by server's or client's to transport *transient*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment