xrpld
Loading...
Searching...
No Matches
json::JsonMissingKeyError Struct Reference

#include <json_get_or_throw.h>

Inheritance diagram for json::JsonMissingKeyError:
Collaboration diagram for json::JsonMissingKeyError:

Public Member Functions

 JsonMissingKeyError (json::StaticString const &k)
char const * what () const noexcept override
what (T... args)

Public Attributes

char const *const key
std::string msg

Detailed Description

Definition at line 14 of file json_get_or_throw.h.

Constructor & Destructor Documentation

◆ JsonMissingKeyError()

json::JsonMissingKeyError::JsonMissingKeyError ( json::StaticString const & k)

Definition at line 18 of file json_get_or_throw.h.

Member Function Documentation

◆ what()

char const * json::JsonMissingKeyError::what ( ) const
overridenoexcept

Definition at line 22 of file json_get_or_throw.h.

Member Data Documentation

◆ key

char const* const json::JsonMissingKeyError::key

Definition at line 16 of file json_get_or_throw.h.

◆ msg

std::string json::JsonMissingKeyError::msg
mutable

Definition at line 17 of file json_get_or_throw.h.