first commit
This commit is contained in:
12
proto/google/rpc/status.proto
Normal file
12
proto/google/rpc/status.proto
Normal file
@@ -0,0 +1,12 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package google.rpc;
|
||||
|
||||
import "google/protobuf/any.proto";
|
||||
|
||||
message Status {
|
||||
int32 code = 1;
|
||||
string message = 2;
|
||||
repeated google.protobuf.Any details = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user