#include <userver/formats/json/schema.hpp>
Definition at line 18 of file schema.hpp.
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 char * | what () const noexcept final |
std::string_view | GetMessage () const noexcept |
|
inlinenoexceptinherited |
Definition at line 22 of file exception.hpp.
Definition at line 20 of file exception.hpp.