BMLTiOSLibErrorCodes
public enum BMLTiOSLibErrorCodes : Int
These indicate specific codes for errors within the domains (In an NSError object).
-
There is a general error.
Declaration
Swift
case GeneralError = 101000 -
No data was received.
Declaration
Swift
case NoDataReceivedError = 101010 -
Data was received, but it is bad data.
Declaration
Swift
case BadDataReceivedError = 101020 -
The user supplied incorrect login credentials.
Declaration
Swift
case IncorrectCredentials = 201000 -
There was an unkown error encountered while sending email to a meeting contact.
Declaration
Swift
case SendingUnknownError = 301000 -
The From: address was invalid when sending email to a meeting contact.
Declaration
Swift
case MessageInvalidFrom = 301020 -
The message failed the SPAM check.
Declaration
Swift
case MessageAppearsToBeSpam = 301030
View on GitHub
BMLTiOSLibErrorCodes Enumeration Reference