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
markdownString
The Markdown string that threw the error.
error
The error thrown during validation.