TemplateErrorType
public enum TemplateErrorType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case sourceNotFound = "SOURCE_NOT_FOUND" -
Undocumented
Declaration
Swift
case dataSetNotFound = "DATA_SET_NOT_FOUND" -
Undocumented
Declaration
Swift
case internalFailure = "INTERNAL_FAILURE" -
Undocumented
Declaration
Swift
case accessDenied = "ACCESS_DENIED" -
Declaration
Swift
public var description: String { get }
View on GitHub
TemplateErrorType Enumeration Reference