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

REL: RELEASE v0.1

parent f5baedfe
No related branches found
No related tags found
No related merge requests found
Pipeline #15898 passed
...@@ -158,7 +158,8 @@ enum MessageCode { ...@@ -158,7 +158,8 @@ enum MessageCode {
// and for their properties and parents as well. // and for their properties and parents as well.
MESSAGE_CODE_ENTITY_HAS_NO_ID = 7; MESSAGE_CODE_ENTITY_HAS_NO_ID = 7;
// On delete: Entity is required by other entities which are not to be deleted. // On delete: Entity is required by other entities which are not to be
// deleted.
MESSAGE_CODE_REQUIRED_BY_PERSISTENT_ENTITY = 8; MESSAGE_CODE_REQUIRED_BY_PERSISTENT_ENTITY = 8;
// Property has no datatype. // Property has no datatype.
...@@ -258,8 +259,8 @@ enum MessageCode { ...@@ -258,8 +259,8 @@ enum MessageCode {
// Affiliation is not defined for this child-parent constellation. // Affiliation is not defined for this child-parent constellation.
MESSAGE_CODE_AFFILIATION_ERROR = 40; MESSAGE_CODE_AFFILIATION_ERROR = 40;
// An error occured during the parsing of this query. Maybe you were using a wrong // An error occured during the parsing of this query. Maybe you were using a
// syntax? // wrong syntax?
MESSAGE_CODE_QUERY_PARSING_ERROR = 41; MESSAGE_CODE_QUERY_PARSING_ERROR = 41;
// A property which has 'name' as its parent must have a TEXT data type. // A property which has 'name' as its parent must have a TEXT data type.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment