StructureArgumentParser
ValidationError
An error type that is presented to the user as an error with parsing their command-line input.
struct ValidationError
An error type that is presented to the user as an error with parsing their command-line input.
struct ValidationError
init(String)
Creates a new validation error with the given message.
var description: String
A textual representation of this instance.
var halfWidthCornerQuoted: String
var localizedDescription: String
Retrieve the localized description for this error.
var message: String
The error message represented by this instance, this string is presented to the user when a ValidationError
is thrown from either; run()
, validate()
or a transform closure.