From 8febce70a96b3322d61a74e4567ade8b33f75369 Mon Sep 17 00:00:00 2001 From: Timm Fitschen <t.fitschen@indiscale.com> Date: Thu, 29 Jul 2021 14:30:31 +0200 Subject: [PATCH] Add ENTITY_HAS_NO_PROPERTIES message_code --- proto/caosdb/entity/v1alpha1/main.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/proto/caosdb/entity/v1alpha1/main.proto b/proto/caosdb/entity/v1alpha1/main.proto index 0210690..5331b81 100644 --- a/proto/caosdb/entity/v1alpha1/main.proto +++ b/proto/caosdb/entity/v1alpha1/main.proto @@ -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* -- GitLab