Implement new heartbeat error codes
Related to defect b/4322415 Change-Id: I2bd41e70dcb64a03a94b3770732149a6f2489a8e
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