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
SDLSystemCapabilityManagerError

SDLSystemCapabilityManagerError Enumeration Reference

Section Contents

Overview

Errors associated with the system capability manager

SDLSystemCapabilityManagerErrorModuleDoesNotSupportSystemCapabilities

The connected head unit does not support any system capabilities

Objective-C

SDLSystemCapabilityManagerErrorModuleDoesNotSupportSystemCapabilities = -1

Swift

case moduleDoesNotSupportSystemCapabilities = -1

SDLSystemCapabilityManagerErrorHMINone

You must be in an HMI Level other than NONE to request or subscribe to capabilities other than DISPLAYS

Objective-C

SDLSystemCapabilityManagerErrorHMINone = -2

Swift

case hmiNone = -2

SDLSystemCapabilityManagerErrorCannotUpdateTypeDisplays

You may not update the system capability type DISPLAYS because it is always subscribed

Objective-C

SDLSystemCapabilityManagerErrorCannotUpdateTypeDisplays = -3

Swift

case cannotUpdateTypeDisplays = -3

SDLSystemCapabilityManagerErrorUnknownType

The module sent an unknown system capability type

Objective-C

SDLSystemCapabilityManagerErrorUnknownType = -4

Swift

case unknownType = -4
View on GitHub.com
Previous Section Next Section