ResourceError
An error that occurs when running a command.
enum ResourceError
An error that occurs when running a command.
enum ResourceError
import Formic
๐ Swift library to support IT Automation tasks. ๐ ๐
case notAString
Failure due to the output from inquiry not being decodable as a UTF-8 string.
struct OperatingSystem
The kind of operating system.
struct Dpkg
A debian package resource.
protocol Resource : Hashable, Sendable
A type that can be queried from a host to provide information about itself.
protocol ParsedResource : Resource
A resource that provides an inquiry command and parser to return the state of the resource.
protocol StatefulResource<DeclarativeStateType> : Resource
A type of resource that can be retrieved and resolved to a desired state using a declaration.
protocol Equatable
A type that can be compared for value equality.
protocol Error : Sendable
A type representing an error value that can be thrown.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol LocalizedError : Error
Describes an error that provides localized messages describing why an error occurred and provides more information about the error.
protocol Sendable
var errorDescription: String? { get }
The localized description.
var failureReason: String? { get }
var helpAnchor: String? { get }
var localizedDescription: String { get }
Retrieve the localized description for this error.
var recoverySuggestion: String? { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.