Enumeration
    MobiledgeXiOSLibrary.DmeDnsError
public enum DmeDnsError
Occurs when MobiledgeX does not have user's MCC and MNC mapped to a DME
Relationships
Member Of
MobiledgeXiOSLibrarySwift MobiledgeX SDK namespace Used for "namespacing" purposes to prevent naming conflicts from common names (Util, NetworkInterface, etc.)
Conforms To
Error
Enumeration Cases
        verifyDmeHostFailure
    
    case verifyDmeHostFailure(host: String, systemError: SystemError)
        invalidMCCMNC
    
    case invalidMCCMNC(mcc: String, mnc: String)
        unabledToFindMCCOrMNC
    
    case unabledToFindMCCOrMNC(internalErr: Error)
Properties
        errorDescription
    
    var errorDescription: String?