You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

Basher.BashError


ENUM

Basher.BashError

Swift
1public enum BashError: Error, LocalizedError

Cases

errorDuringTask(code:)

Swift
1case errorDuringTask(code: Int32)

noOutput(code:)

Swift
1case noOutput(code: Int32)

Properties

errorDescription

Swift
1public var errorDescription: String?
Feedback

Edit on GitHub

Forums