RawGroupError

@objc(VTERawGroupError)
public enum RawGroupError : Int, LocalizedError

Declares error types and codes for RawGroup

  • emptyTickets: Tickets are empty
  • Undocumented

    Declaration

    Swift

    case emptyTickets = 1
  • Human-readable localized description

    Declaration

    Swift

    public var errorDescription: String? { get }