LaunchControlError

public enum LaunchControlError : Error, LocalizedError

Errors related to controlling jobs

  • The URL is not set for the specified agent

    Declaration

    Swift

    case urlNotSet(label: String)
  • Description of the error

    Declaration

    Swift

    public var localizedDescription: String { get }