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
SDLMenuManagerError

SDLMenuManagerError Enumeration Reference

Section Contents

Overview

Errors associated with the Menu Manager class

SDLMenuManagerErrorRPCsFailed

Sending menu-related RPCs returned an error from the remote system

Objective-C

SDLMenuManagerErrorRPCsFailed = -1

Swift

case rpcsFailed = -1

SDLMenuManagerErrorPendingUpdateSuperseded

A pending menu update was superseded by a later update and did not run

Objective-C

SDLMenuManagerErrorPendingUpdateSuperseded = -2

Swift

case pendingUpdateSuperseded = -2

SDLMenuManagerErrorOperationCancelled

A pending or in-progress menu update was cancelled

Objective-C

SDLMenuManagerErrorOperationCancelled = -3

Swift

case operationCancelled = -3

SDLMenuManagerErrorConfigurationUpdateLayoutNotSupported

A configuration update failed because the configuration is not supported

Objective-C

SDLMenuManagerErrorConfigurationUpdateLayoutNotSupported = -4

Swift

case configurationUpdateLayoutNotSupported = -4

SDLMenuManagerErrorConfigurationUpdateFailed

A configuration update failed

Objective-C

SDLMenuManagerErrorConfigurationUpdateFailed = -5

Swift

case configurationUpdateFailed = -5

SDLMenuManagerErrorOpenMenuFailed

An open menu operation failed

Objective-C

SDLMenuManagerErrorOpenMenuFailed = -6

Swift

case openMenuFailed = -6
View on GitHub.com
Previous Section Next Section