SimpleMDM-Swift Documentation

Enumeration Network​Error

public enum NetworkError: BaseSimpleMDMError  

Errors occurring during the transport and decoding the HTTP response.

%181 NetworkError NetworkError BaseSimpleMDMError BaseSimpleMDMError NetworkError->BaseSimpleMDMError

Conforms To

BaseSimpleMDMError

Enumeration Cases

no​HTTPResponse

case noHTTPResponse

The session returned a non-HTTP response.

unexpected​Mime​Type

case unexpectedMimeType(String?) 

The server responded with content of an unexpected MIME type.

Properties

error​Description

public var errorDescription: String?  

A localized message describing what error occurred.