BMLTiOSLibErrorDescriptions
public enum BMLTiOSLibErrorDescriptions : String
These indicate specific descriptions for errors within the domains (In an NSError object).
-
There was a general (unspecified) error.
Declaration
Swift
case GeneralError = "BMLTiOSLibErrorDomains-Communication-Error-General-Error"
-
The user supplied incorrect login credentials.
Declaration
Swift
case IncorrectCredentials = "BMLTiOSLibErrorDomains-Permission-Error-Incorrect-Credentials"
-
There was an unkown error encountered while sending an email to a meeting contact.
Declaration
Swift
case SendingUnknownError = "BMLTiOSLibErrorDomains-Mail-Sending-Error-Unknown-Error"
-
The From: address was invalid when sending email to a meeting contact.
Declaration
Swift
case MessageInvalidFrom = "BMLTiOSLibErrorDomains-Mail-Sending-Error-Invalid-From"
-
The message failed the SPAM check.
Declaration
Swift
case MessageAppearsToBeSpam = "BMLTiOSLibErrorDomains-Mail-Sending-Error-Message-Appears-To-Be-Spam"