BMLTiOSLibCommunicationHandlerBadTestReasons
public enum BMLTiOSLibCommunicationHandlerBadTestReasons : String
These are string representation of various error codes. The string can be used as a key to a localized string table.
-
No errors.
Declaration
Swift
case None = ""
-
The URI does not point to a valid Root Server.
Declaration
Swift
case BadURI = "BMLTiOSLibCommunicationHandlerBadTestReasons-BadURI"
-
The indicated Root Server is an unsupported version.
Declaration
Swift
case WrongVersion = "BMLTiOSLibCommunicationHandlerBadTestReasons-WrongVersion"
-
The Root Server has been too heavily modified to work with this class.
Declaration
Swift
case MissingFields = "BMLTiOSLibCommunicationHandlerBadTestReasons-MissingFields"
-
There are no available Service bodies in the Root Server.
Declaration
Swift
case NoServiceBodies = "BMLTiOSLibCommunicationHandlerBadTestReasons-NoServiceBodies"
-
There are no available formats in the Root Server.
Declaration
Swift
case NoFormats = "BMLTiOSLibCommunicationHandlerBadTestReasons-NoFormats"
-
A communication error occurred.
Declaration
Swift
case CommError = "BMLTiOSLibCommunicationHandlerBadTestReasons-CommError"
-
An operation was attempted for which the user is not authorized (or the user is not logged in).
Declaration
Swift
case AuthError = "BMLTiOSLibCommunicationHandlerBadTestReasons-AuthError"