MCPcopy Create free account
hub / github.com/Tencent/TAD_Sim / ValidationError

Class ValidationError

simcore/framework/src/cli/cli.hpp:684–688  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

682
683/// Thrown when validation of results fails
684class ValidationError : public ParseError {
685 CLI11_ERROR_DEF(ParseError, ValidationError)
686 CLI11_ERROR_SIMPLE(ValidationError)
687 explicit ValidationError(std::string name, std::string msg) : ValidationError(name + ": " + msg) {}
688};
689
690/// Thrown when a required option is missing
691class RequiredError : public ParseError {

Callers 4

IsMemberMethod · 0.85
AsNumberWithUnitMethod · 0.85
validate_mappingMethod · 0.85
_validate_resultsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected