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