CommandError
public enum CommandError : Error, EquatableError type for commands.
- 
                  
                  Exit code was not zero. DeclarationSwift case returnedErrorCode(command: String, errorcode: Int)
- 
                  
                  Command could not be executed. DeclarationSwift case inAccessibleExecutable(path: String)
- 
                  
                  Exit code for this error. DeclarationSwift public var errorcode: Int { get }
- 
                  
                  DeclarationSwift public var description: String { get }
 View on GitHub
View on GitHub CommandError Enumeration Reference
        CommandError Enumeration Reference