am 88aa52ff: Merge "Implement new heartbeat error codes" into honeycomb-mr1

* commit '88aa52ffdfbb40fcd29059011259a3ba76e51e1d':
  Implement new heartbeat error codes
This commit is contained in:
Jeffrey Tinker
2011-04-27 12:28:57 -07:00
committed by Android Git Automerger
2 changed files with 45 additions and 12 deletions

View File

@@ -0,0 +1,9 @@
enum {
// YouTube Heartbeat error codes
YT_HEARTBEAT_CANNOT_AUTHENTICATE = 513,
YT_HEARTBEAT_NO_ACTIVE_PURCHASE_AGREEMENT = 514,
YT_HEARTBEAT_CONCURRENT_PLAYBACK = 515,
YT_HEARTBEAT_UNUSUAL_ACTIVITY = 516,
YT_HEARTBEAT_STREAMING_UNAVAILABLE = 517,
YT_HEARTBEAT_CANNOT_ACTIVATE_RENTAL = 518,
};