Enumeration
LeafError.Reason
Possible cases of a LeafError.Reason, with applicable stored values where useful for the type
enum Reason
Topics
Enumeration Cases
case cachingDisabledAttempt to modify cache entries when caching is globally disabledcase cyclicalReference(String, [String])Attempt to render an AST with cyclical external referencescase illegalAccess(String)Attempted to access a template blocked for security reasonscase keyExists(String)Attempt to insert a cache entry when one exists and replacing is not set to truecase lexerError(LexerError)Errors due to malformed template syntax or grammarcase noTemplateExists(String)Attempt to render a non-existant template Provide template namecase noValueForKey(String)Attempt to modify cache for a non-existant keycase unknownError(String)Errors only when no existing error reason is adequately clearcase unresolvedAST(String, [String])Attempt to render a non-flat ASTcase unsupportedFeature(String)Errors from protocol adherents that do not support newer features
Relationships
Conforms To
Swift.SendableSwift.SendableMetatype