SimpleMDM-Swift Documentation

Enumeration Internal​Error

public enum InternalError: BaseSimpleMDMError  

Internal errors of the SimpleMDM-Swift library.

These should be handled internally, and never be returned to an user of the library.

%143 InternalError InternalError BaseSimpleMDMError BaseSimpleMDMError InternalError->BaseSimpleMDMError

Conforms To

BaseSimpleMDMError

Enumeration Cases

malformed​URL

case malformedURL

An internal error returned when an URL we're trying to construct is malformed.

This should not happen. If you're getting this error, it means there's a bug in SimpleMDM-Swift.

Properties

error​Description

public var errorDescription: String?  

A localized message describing what error occurred.