Swift Rest SDK Documentation Beta

Enumeration Mobiledge​XiOSLibrary.​Dme​Dns​Error

public enum DmeDnsError

Occurs when MobiledgeX does not have user's MCC and MNC mapped to a DME

MobiledgeXiOSLibrary.DmeDnsError MobiledgeXiOSLibrary.DmeDnsError Error Error MobiledgeXiOSLibrary.DmeDnsError->Error

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

verify​Dme​Host​Failure

case verifyDmeHostFailure(host: String, systemError: SystemError)

invalid​MCCMNC

case invalidMCCMNC(mcc: String, mnc: String)

unabled​ToFind​MCCOrMNC

case unabledToFindMCCOrMNC(internalErr: Error)

Properties

error​Description

var errorDescription: String?