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
SDLManagerError

SDLManagerError Enumeration Reference

Section Contents

Overview

Errors associated with the SDLManager class.

SDLManagerErrorRPCRequestFailed

An RPC request failed to send.

Objective-C

SDLManagerErrorRPCRequestFailed = -1

Swift

case rpcRequestFailed = -1

SDLManagerErrorNotConnected

Some action was attempted that requires a connection to the remote head unit.

Objective-C

SDLManagerErrorNotConnected = -2

Swift

case notConnected = -2

SDLManagerErrorNotReady

Some action was attempted before the ready state was reached.

Objective-C

SDLManagerErrorNotReady = -3

Swift

case notReady = -3

SDLManagerErrorUnknownRemoteError

The remote system encountered an unknown error.

Objective-C

SDLManagerErrorUnknownRemoteError = -4

Swift

case unknownRemoteError = -4

SDLManagerErrorManagersFailedToStart

One or more of the sub-managers failed to start.

Objective-C

SDLManagerErrorManagersFailedToStart = -5

Swift

case managersFailedToStart = -5

SDLManagerErrorRegistrationFailed

Registering with the remote system failed.

Objective-C

SDLManagerErrorRegistrationFailed = -6

Swift

case registrationFailed = -6

SDLManagerErrorRegistrationSuccessWithWarning

Registering with the remote system was successful, but had a warning.

Objective-C

SDLManagerErrorRegistrationSuccessWithWarning = -7

Swift

case registrationSuccessWithWarning = -7

SDLManagerErrorCancelled

Request operations were cancelled before they could be sent

Objective-C

SDLManagerErrorCancelled = -8

Swift

case cancelled = -8
View on GitHub.com
Previous Section Next Section