Swift Rest SDK Documentation Beta

Enumeration Mobiledge​XiOSLibrary.​Matching​Engine.​Url​Session​Error

public enum UrlSessionError

Occurs on bad HTTP requests

MobiledgeXiOSLibrary.MatchingEngine.UrlSessionError MobiledgeXiOSLibrary.MatchingEngine.UrlSessionError Error Error MobiledgeXiOSLibrary.MatchingEngine.UrlSessionError->Error

Member Of

MobiledgeXiOSLibrary.MatchingEngine

MatchingEngine class MobiledgeX MatchingEngine APIs

Conforms To

Error

Enumeration Cases

transport​Error

case transportError(errorMessage: String)

invalid​Http​Url​Response

case invalidHttpUrlResponse

bad​Status​Code

case badStatusCode(status: Int, errorMessage: String)

Properties

error​Description

var errorDescription: String?