Definition at line 88 of file schema.hpp.
◆ GetDetailsString()
std::string_view formats::json::Schema::ValidationError::GetDetailsString |
( |
| ) |
const |
Describes the specifics of what condition was violated. The exact format of details is unstable and should not be relied upon.
◆ GetSchemaPath()
std::string_view formats::json::Schema::ValidationError::GetSchemaPath |
( |
| ) |
const |
Describes the location within the schema which was violated. The exact format of schema path is unstable and should not be relied upon.
◆ GetValuePath()
std::string_view formats::json::Schema::ValidationError::GetValuePath |
( |
| ) |
const |
Describes the location within the validated JSON which violates schema. The exact format of value path is unstable and should not be relied upon.
◆ Throw()
void formats::json::Schema::ValidationError::Throw |
( |
| ) |
const |
◆ ValidationResult
The documentation for this class was generated from the following file: