SDLChoiceSetManagerError Enumeration Reference

Section Contents

Overview

Errors associated with Choice Set Manager class

SDLChoiceSetManagerErrorNeededChoicesUnavailable

Some needed choices for presentation are not available

Objective-C

SDLChoiceSetManagerErrorNeededChoicesUnavailable = -1

Swift

case neededChoicesUnavailable = -1

SDLChoiceSetManagerErrorDeletionFailed

The choice set failed to delete

Objective-C

SDLChoiceSetManagerErrorDeletionFailed = -2

Swift

case deletionFailed = -2

SDLChoiceSetManagerErrorUploadFailed

The upload failed

Objective-C

SDLChoiceSetManagerErrorUploadFailed = -3

Swift

case uploadFailed = -3

SDLChoiceSetManagerErrorFailedToCreateMenuItems

The menu items failed to be created

Objective-C

SDLChoiceSetManagerErrorFailedToCreateMenuItems = -4

Swift

case failedToCreateMenuItems = -4

SDLChoiceSetManagerErrorInvalidState

Invalid state

Objective-C

SDLChoiceSetManagerErrorInvalidState = -5

Swift

case invalidState = -5

SDLChoiceSetManagerErrorCancelled

An operation was cancelled and may or may not have succeeded

Objective-C

SDLChoiceSetManagerErrorCancelled = -6

Swift

case cancelled = -6

SDLChoiceSetManagerErrorNoIdsAvailable

No new choices could be loaded because the maximum number of choices are loaded (65535)

Objective-C

SDLChoiceSetManagerErrorNoIdsAvailable = -7

Swift

case noIdsAvailable = -7