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

Add ENTITY_HAS_NO_PROPERTIES message_code

parent d6f21977
No related branches found
No related tags found
1 merge request!1ENH: Allow insertion and deletion of single entities
Pipeline #10897 failed
......@@ -36,6 +36,8 @@ enum MessageCode {
MESSAGE_CODE_UNKNOWN = 1;
// The requested entity (retrieve, delete, or update) does not exist.
MESSAGE_CODE_ENTITY_DOES_NOT_EXIST = 2;
// The entity has no properties
MESSAGE_CODE_ENTITY_HAS_NO_PROPERTIES = 3;
}
// 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