ZendeskSDKMessaging Documentation

Enumeration Messaging​Error

public enum MessagingError: LocalizedError, CustomNSError, Equatable  

An error type that describes failures that happen upon creation of a Messaging instance.

MessagingError MessagingError Equatable Equatable MessagingError->Equatable CustomNSError CustomNSError MessagingError->CustomNSError LocalizedError LocalizedError MessagingError->LocalizedError

Conforms To

CustomNSError
Equatable
LocalizedError

Enumeration Cases

account​Not​Found

case accountNotFound

An account matching the credentials passed in could not be found.

sdk​Not​Enabled

case sdkNotEnabled

The NativeMessagingSDK is not enabled for account.

failed​ToInitialize

case failedToInitialize

The SDK failed to initialize.

missing​Configuration

case missingConfiguration

The configuration for this Messaging integration could not be retrieved.

invalid​Channel​Key

case invalidChannelKey

The provided channelKey is invalid.

Properties

error​Domain

public static var errorDomain: String  

Default domain of the error.

error​Description

public var errorDescription: String?  

A localized message describing what error occurred.

error​User​Info

public var errorUserInfo: [String: Any]  

The user-info dictionary.