Skip to content
Snippets Groups Projects

Release 0.1

Merged Timm Fitschen requested to merge release-0.1 into main
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
+ 4
0
@@ -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*
Loading