userver: formats::json::parser::ParseError Class Reference
Loading...
Searching...
No Matches
formats::json::parser::ParseError Class Reference

Detailed Description

Definition at line 17 of file exception.hpp.

+ Inheritance diagram for formats::json::parser::ParseError:

Public Member Functions

 ParseError (size_t pos, std::string_view path, std::string what)
 
const charwhat () const noexcept final
 
std::string_view GetMessage () const noexcept
 

Constructor & Destructor Documentation

◆ ParseError()

formats::json::parser::ParseError::ParseError ( size_t pos,
std::string_view path,
std::string what )
inline

Definition at line 19 of file exception.hpp.

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: