fix errors proto and stream
This commit is contained in:
10
errors/proto/errors.proto
Normal file
10
errors/proto/errors.proto
Normal file
@@ -0,0 +1,10 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package errors;
|
||||
|
||||
message Error {
|
||||
string id = 1;
|
||||
int32 code = 2;
|
||||
string detail = 3;
|
||||
string status = 4;
|
||||
};
|
Reference in New Issue
Block a user