Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-proto
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-proto
Commits
9fa41dce
Verified
Commit
9fa41dce
authored
3 years ago
by
Timm Fitschen
Browse files
Options
Downloads
Patches
Plain Diff
REL: RELEASE v0.1
parent
f5baedfe
No related branches found
No related tags found
No related merge requests found
Pipeline
#15898
passed
3 years ago
Stage: test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
proto/caosdb/entity/v1/main.proto
+4
-3
4 additions, 3 deletions
proto/caosdb/entity/v1/main.proto
with
4 additions
and
3 deletions
proto/caosdb/entity/v1/main.proto
+
4
−
3
View file @
9fa41dce
...
@@ -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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment