Holds the result of command validation. More...
#include <command_parser.hpp>
Public Member Functions | |
| ValidationResult () | |
| Default constructor initializes the result to failure. | |
Holds the result of command validation.
The ValidationResult class encapsulates the outcome of a validation process, including whether it was successful, an error message (if any), and optional key-value pairs related to the validation.