ShellError

public enum ShellError: ErrorType, Equatable

Error type for shell commands.

  • Exit code was not zero.

    Declaration

    Swift

    case ReturnedErrorCode (command: String, errorcode: Int32)
  • Command could not be executed.

    Declaration

    Swift

    case InAccessibleExecutable (path: String)
  • Undocumented

    Declaration

    Swift

    public enum ShellError: ErrorType, Equatable