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

change Message.code type to uint32

parent 9b3923c9
No related branches found
No related tags found
No related merge requests found
Pipeline #10595 passed
...@@ -29,7 +29,7 @@ package caosdb.entity.v1alpha1; ...@@ -29,7 +29,7 @@ package caosdb.entity.v1alpha1;
// errors. // errors.
message Message { message Message {
// The code is a machine-readable identifier. // The code is a machine-readable identifier.
string code = 1; uint32 code = 1;
// A short description of the message which is indented for human readers. // A short description of the message which is indented for human readers.
string description = 2; string description = 2;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment