HeartbeatErrorCodes
public enum HeartbeatErrorCodes : Int, Error, LocalizedError
The heartbeat core error codes.
-
Indicates content is blacked out
Declaration
Swift
case BLACKOUT_DENY_FAILURE = 0x0401 -
Indicates content is blacked out but playable with subscription upgrade
Declaration
Swift
case BLACKOUT_ALLOW_UPGRADE_FAILURE = 0x0402 -
Indicates playback not allowed while roaming
Declaration
Swift
case HEARTBEAT_ACTION_ABORT_ROAMING_ERROR = 0x0403 -
Indicates content is not entitled for playback
Declaration
Swift
case HEARTBEAT_ACTION_ABORT_NOT_ENTITLED_ERROR = 0x0404 -
Indicates content is blacked out
Declaration
Swift
case HEARTBEAT_ACTION_ABORT_BLACKOUT = 0x0405