nfx-serialization 0.3.0
Cross-platform C++ JSON serialization library with extensible trait capabilities
Loading...
Searching...
No Matches
nfx::serialization::json::ValidationError Member List

This is the complete list of members for nfx::serialization::json::ValidationError, including all inherited members.

actualValue() const noexceptnfx::serialization::json::ValidationErrorinline
constraint() const noexceptnfx::serialization::json::ValidationErrorinline
expectedValue() const noexceptnfx::serialization::json::ValidationErrorinline
message() const noexceptnfx::serialization::json::ValidationErrorinline
path() const noexceptnfx::serialization::json::ValidationErrorinline
toString() constnfx::serialization::json::ValidationError
ValidationError(const ErrorEntry &entry)nfx::serialization::json::ValidationErrorexplicit
ValidationError(std::string path, std::string message, std::string constraint, std::string expectedValue={}, std::string actualValue={})nfx::serialization::json::ValidationError
~ValidationError()=defaultnfx::serialization::json::ValidationError