am 88aa52ff: Merge "Implement new heartbeat error codes" into honeycomb-mr1
* commit '88aa52ffdfbb40fcd29059011259a3ba76e51e1d': Implement new heartbeat error codes
This commit is contained in:
9
proprietary/wvm/include/WVMErrorCodes.h
Normal file
9
proprietary/wvm/include/WVMErrorCodes.h
Normal 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,
|
||||
};
|
||||
Reference in New Issue
Block a user