|
rippled
|
#include <json_get_or_throw.h>


Public Member Functions | |
| JsonTypeMismatchError (Json::StaticString const &k, std::string et) | |
| char const * | what () const noexcept override |
| T | what (T... args) |
Public Attributes | |
| char const *const | key |
| std::string const | expectedType |
| std::string | msg |
Definition at line 33 of file json_get_or_throw.h.
| Json::JsonTypeMismatchError::JsonTypeMismatchError | ( | Json::StaticString const & | k, |
| std::string | et | ||
| ) |
Definition at line 38 of file json_get_or_throw.h.
|
overridenoexcept |
Definition at line 43 of file json_get_or_throw.h.
| char const* const Json::JsonTypeMismatchError::key |
Definition at line 35 of file json_get_or_throw.h.
| std::string const Json::JsonTypeMismatchError::expectedType |
Definition at line 36 of file json_get_or_throw.h.
|
mutable |
Definition at line 37 of file json_get_or_throw.h.