LabelType
public enum LabelType : CustomStringConvertible, JSONRepresentable
Label type
-
An unspecified error.
Declaration
Swift
case personalInformation -
An unspecified error.
Declaration
Swift
case testOnly -
An unspecified error.
Declaration
Swift
case userDefinedTag -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
LabelType Enumeration Reference