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

EHN: Add message code for integer out of range

parent 014096e3
No related branches found
No related tags found
1 merge request!4Return to int64
Pipeline #12864 passed
......@@ -384,6 +384,11 @@ enum MessageCode {
// TODO(tf) This property overrides the name.
MESSAGE_CODE_PROPERTY_WITH_NAME_OVERRIDE = 79;
// Indicates that this server cannot process this integer value because it is
// 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 = 80;
}
// 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.
Finish editing this message first!
Please register or to comment