Swift Rest SDK Documentation Beta

Enumeration Mobiledge​XiOSLibrary.​System​Error

public enum SystemError

Occurs when GetConnection function using bsd sockets has an error

MobiledgeXiOSLibrary.SystemError MobiledgeXiOSLibrary.SystemError Error Error MobiledgeXiOSLibrary.SystemError->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

getaddrinfo

case getaddrinfo(: Int32, : Int32?)

socket

case socket(: Int32, : Int32?)

bind

case bind(: Int32, : Int32?)

connect

case connect(: Int32, : Int32?)