Error

public enum Error : Swift.Error, Equatable

A Plan generation/parsing error

  • The provided items list is empty.

    Declaration

    Swift

    case noItems
  • The given local file URL already exists.

    Declaration

    Swift

    case fileExists
  • The given local file does not exist.

    Declaration

    Swift

    case fileDoesNotExist
  • Parse error occured.

    The associated argument contains a String explication of the error.

    Declaration

    Swift

    case parseError(String)
  • The generation of plan files is unavailable.

    Declaration

    Swift

    case unavailable