ReportType

public enum ReportType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case errors = "ERRORS"
  • Undocumented

    Declaration

    Swift

    case results = "RESULTS"
  • Declaration

    Swift

    public var description: String { get }