ShellError
public enum ShellError: Error, Equatable
Error type for shell commands.
-
Exit code was not zero.
Declaration
Swift
case ReturnedErrorCode (command: String, errorcode: Int)
-
Command could not be executed.
Declaration
Swift
case InAccessibleExecutable (path: String)
-
Declaration
Swift
public var description: String
View on GitHub
ShellError Enum Reference