Enumeration
MessagingError
public enum MessagingError
An error type that describes failures that happen upon creation of a Messaging
instance.
Relationships
Conforms To
CustomNSError
Equatable
LocalizedError
Enumeration Cases
accountNotFound
case accountNotFound
An account matching the credentials passed in could not be found.
sdkNotEnabled
case sdkNotEnabled
The NativeMessagingSDK
is not enabled for account.
failedToInitialize
case failedToInitialize
The SDK failed to initialize.
missingConfiguration
case missingConfiguration
The configuration for this Messaging
integration could not be retrieved.
invalidChannelKey
case invalidChannelKey
The provided channelKey
is invalid.
Properties
errorDomain
var errorDomain: String
Default domain of the error.
errorDescription
var errorDescription: String?
A localized message describing what error occurred.
errorUserInfo
var errorUserInfo: [String: Any]
The user-info dictionary.