Enumeration
MobiledgeXiOSLibrary.MobiledgeXError
public enum MobiledgeXError
Generic error from MobiledgeX SDK
Relationships
Member Of
MobiledgeXiOSLibrary
Swift MobiledgeX SDK namespace Used for "namespacing" purposes to prevent naming conflicts from common names (Util, NetworkInterface, etc.)
Conforms To
Error
Enumeration Cases
outdatedIOS
case outdatedIOS(requiredIOS: Int, action: String)
Properties
errorDescription
var errorDescription: String?