RemovePropertiesError
public enum RemovePropertiesError : CustomStringConvertible, JSONRepresentable
The RemovePropertiesError 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
-
An unspecified error.
Declaration
Swift
case propertyGroupLookup(FileProperties.LookUpPropertiesError)
-
Declaration
Swift
public var description: String { get }