ExitCodeFailure
public struct ExitCodeFailure : Error, CustomStringConvertible
                An error thrown by some forms of running caused when the exit code of the child process is non-zero
- 
                  
                  
The name of the process that failed
Declaration
Swift
public let name: String - 
                  
                  
The exit code of the failed process
Declaration
Swift
public let exitCode: Int32 - 
                  
                  
Declaration
Swift
public var description: String { get } 
View on GitHub
        ExitCodeFailure Structure Reference