Enumeration
InternalError
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.
Relationships
Conforms To
BaseSimpleMDMError
Enumeration Cases
malformedURL
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
errorDescription
public var errorDescription: String?
A localized message describing what error occurred.