1 2 3 4 5 6 7 8 9 10 11 12 13
// Extracted from: Spotify 1.1.73.517 (macOS) syntax = "proto2"; package spotify.event_sender.proto; option optimize_for = CODE_SIZE; message LocalFilesError { optional int64 error_code = 1; optional string context = 2; optional string info = 3; }