PropertiesError

public enum PropertiesError : CustomStringConvertible, JSONRepresentable

The PropertiesError 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
  • An unspecified error.

    Declaration

    Swift

    case path(FileProperties.LookupError)
  • This folder cannot be tagged. Tagging folders is not supported for team-owned templates.

    Declaration

    Swift

    case unsupportedFolder
  • Declaration

    Swift

    public var description: String { get }