Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
iOS Documentation
SDLChoiceSetManagerError

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
View on GitHub.com
Previous Section Next Section