We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3958a commit a86f8ffCopy full SHA for a86f8ff
common/concept.proto
@@ -99,11 +99,16 @@ message ConceptManager {
99
message GetSchemaExceptions {
100
message Req {}
101
message Res {
102
- repeated string exceptions = 1;
+ repeated Exceptions exceptions = 1;
103
}
104
105
106
107
+message Exceptions {
108
+ string code = 1;
109
+ string message = 2;
110
+}
111
+
112
message Concept {
113
oneof concept {
114
Thing thing = 1;
0 commit comments