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

STY: formatting

parent 063b0942
No related branches found
No related tags found
1 merge request!5Release 0.1
Pipeline #15781 passed
...@@ -294,7 +294,8 @@ enum MessageCode { ...@@ -294,7 +294,8 @@ enum MessageCode {
// This reference cannot be identified due to name duplicates. // This reference cannot be identified due to name duplicates.
MESSAGE_CODE_REFERENCE_NAME_DUPLICATES = 50; MESSAGE_CODE_REFERENCE_NAME_DUPLICATES = 50;
// The datatype which is to be inherited could not be detected due to divergent datatypes of at least two parents. // The datatype which is to be inherited could not be detected due to
// divergent datatypes of at least two parents.
MESSAGE_CODE_DATA_TYPE_INHERITANCE_AMBIGUOUS = 51; MESSAGE_CODE_DATA_TYPE_INHERITANCE_AMBIGUOUS = 51;
// This datatype does not accept collections of values (e.g. Lists). // This datatype does not accept collections of values (e.g. Lists).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment