enum ShellError
s9CloudCore10ShellErrorO
8YTEC
import CloudCore
case terminated(errorCode: Int32, stderr: String)
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Sendable
var localizedDescription: String { get }
Retrieve the localized description for this error.