userver: formats::json::SchemaValidationException Class Reference
Loading...
Searching...
No Matches
formats::json::SchemaValidationException Class Referencefinal

#include <userver/formats/json/schema.hpp>

Detailed Description

See also
formats::json::Schema::ValidationError::Throw

Definition at line 18 of file schema.hpp.

+ Inheritance diagram for formats::json::SchemaValidationException:

Public Member Functions

 SchemaValidationException (std::string_view msg, std::string_view path, std::string_view schema_path)
 
std::string_view GetSchemaPath () const noexcept
 
std::string_view GetPath () const noexcept
 
std::string_view GetMessageWithoutPath () const noexcept
 
const charwhat () const noexcept final
 
std::string_view GetMessage () const noexcept
 

Member Function Documentation

◆ GetMessage()

std::string_view formats::json::Exception::GetMessage ( ) const
inlinenoexceptinherited

Definition at line 22 of file exception.hpp.

◆ what()

const char * formats::json::Exception::what ( ) const
inlinefinalnoexceptinherited

Definition at line 20 of file exception.hpp.


The documentation for this class was generated from the following file: