librespot/protocol/proto/test_request_failure.proto

15 lines
291 B
Protocol Buffer
Raw Normal View History

// Extracted from: Spotify 1.1.33.569 (Windows)
syntax = "proto2";
package spotify.image.proto;
option optimize_for = CODE_SIZE;
message TestRequestFailure {
optional string request = 1;
optional string source = 2;
optional string error = 3;
optional int64 result = 4;
}