rustypipe/abr-proto/proto/video_streaming/sabr_error.proto

7 lines
122 B
Protocol Buffer

syntax = "proto2";
package video_streaming;
message SabrError {
optional string type = 1;
optional int32 code = 2;
}