SDLEncryptionLifecycleManagerError Enumeration Reference

Section Contents

Overview

Errors associated with the SDLManager class.

SDLEncryptionLifecycleManagerErrorNotConnected

Some action was attempted that requires a connection to the remote head unit.

Objective-C

SDLEncryptionLifecycleManagerErrorNotConnected = -1

Swift

case notConnected = -1

SDLEncryptionLifecycleManagerErrorEncryptionOff

Received ACK with encryption bit set to false from the remote head unit

Objective-C

SDLEncryptionLifecycleManagerErrorEncryptionOff = -2

Swift

case encryptionOff = -2

SDLEncryptionLifecycleManagerErrorNAK

Received NAK from the remote head unit.

Objective-C

SDLEncryptionLifecycleManagerErrorNAK = -3

Swift

case NAK = -3

SDLEncryptionLifecycleManagerErrorUnknown

An unknown error occurred

Objective-C

SDLEncryptionLifecycleManagerErrorUnknown = -4

Swift

case unknown = -4