EnlightenError
public enum EnlightenError : Error
Errors thrown by the Enlighten library.
-
An error thrown by the spotlight controller’s validation method
SpotlightController.validateMarkdownStrings().Declaration
Swift
case failedToValidate(markdownString: String, error: Error)Parameters
markdownStringThe Markdown string that threw the error.
errorThe error thrown during validation.
EnlightenError Enumeration Reference