|
nfx-json 1.5.2
Modern C++20 JSON library with schema validation and generation
|
This is the complete list of members for nfx::json::ValidationError, including all inherited members.
| actualValue() const noexcept | nfx::json::ValidationError | inline |
| constraint() const noexcept | nfx::json::ValidationError | inline |
| expectedValue() const noexcept | nfx::json::ValidationError | inline |
| message() const noexcept | nfx::json::ValidationError | inline |
| path() const noexcept | nfx::json::ValidationError | inline |
| toString() const | nfx::json::ValidationError | |
| ValidationError(const ErrorEntry &entry) | nfx::json::ValidationError | explicit |
| ValidationError(std::string path, std::string message, std::string constraint, std::string expectedValue={}, std::string actualValue={}) | nfx::json::ValidationError | |
| ~ValidationError()=default | nfx::json::ValidationError |