JobExecutionFailureType

public enum JobExecutionFailureType : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case failed = "FAILED"
  • Undocumented

    Declaration

    Swift

    case rejected = "REJECTED"
  • Undocumented

    Declaration

    Swift

    case timedOut = "TIMED_OUT"
  • all

    Undocumented

    Declaration

    Swift

    case all = "ALL"
  • Declaration

    Swift

    public var description: String { get }