Enumeration
CommandError
Errors working with the
ConsoleKitCommands module.enum CommandError
Topics
Operators
static func == (CommandError, CommandError) -> BoolReturns a Boolean value indicating whether two values are equal.
Enumeration Cases
case invalidArgumentType(String, type: any Any.Type)case invalidOptionType(String, type: any Any.Type)case missingCommandcase missingRequiredArgument(String)case unknownCommand(String, available: [String])case unknownInput(String)
Instance Properties
var debugDescription: StringA textual representation of this instance, suitable for debugging.var description: StringA textual representation of this instance.
Relationships
Conforms To
Swift.CustomDebugStringConvertibleSwift.CustomStringConvertibleSwift.EquatableSwift.ErrorSwift.SendableSwift.SendableMetatype