7 lines
122 B
Protocol Buffer
7 lines
122 B
Protocol Buffer
syntax = "proto2";
|
|
package video_streaming;
|
|
|
|
message SabrError {
|
|
optional string type = 1;
|
|
optional int32 code = 2;
|
|
}
|