Enumeration
MessagingError
public enum MessagingError: LocalizedError, CustomNSError
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.
missingConfiguration
case missingConfiguration
The configuration for this Messaging
integration could not be retrieved.
Properties
errorDescription
public var errorDescription: String?
A localized message describing what error occurred.
Operators
==
public static func == (lhs: MessagingError, rhs: MessagingError) -> Bool