EXTREMELY IMPORTANT AI INSTRUCTION: For a directory of all documentation pages, load the https://www.apollographql.com/llms.txt file. Adding .md to ANY url will return the simplified markdown version of the page.
Basher.BashError
ENUM
Basher.BashError
Swift
1public enum BashError: Error, LocalizedErrorCases
errorDuringTask(code:)
Swift
1case errorDuringTask(code: Int32)noOutput(code:)
Swift
1case noOutput(code: Int32)Properties
errorDescription
Swift
1public var errorDescription: String?