TemplateError

public enum TemplateError : CustomStringConvertible, JSONRepresentable

The TemplateError union

  • Template does not exist for the given identifier.

    Declaration

    Swift

    case templateNotFound(String)
  • You do not have permission to modify this template.

    Declaration

    Swift

    case restrictedContent
  • An unspecified error.

    Declaration

    Swift

    case other
  • Declaration

    Swift

    public var description: String { get }