FileError

public enum FileError : Error

Error type for file commands.

  • Undocumented

    Declaration

    Swift

    case notFound(path: String)
  • Undocumented

    Declaration

    Swift

    public static func checkFile(_ path: String) throws
  • Declaration

    Swift

    public var description: String { get }