userver: formats::json::ConversionException Class Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
formats::json::ConversionException Class Reference

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

Detailed Description

Conversion error.

Definition at line 72 of file exception.hpp.

+ Inheritance diagram for formats::json::ConversionException:
+ Collaboration diagram for formats::json::ConversionException:

Public Member Functions

 ConversionException (std::string_view msg, std::string_view path)
 
- Public Member Functions inherited from formats::json::ExceptionWithPath
 ExceptionWithPath (std::string_view msg, std::string_view path)
 
std::string_view GetPath () const noexcept
 
std::string_view GetMessageWithoutPath () const noexcept
 
- Public Member Functions inherited from formats::json::Exception
 Exception (std::string msg)
 
const charwhat () const noexcept final
 
std::string_view GetMessage () const noexcept
 

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