|
xrpld
|
#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 32 of file json_get_or_throw.h.
| json::JsonTypeMismatchError::JsonTypeMismatchError | ( | json::StaticString const & | k, |
| std::string | et ) |
Definition at line 37 of file json_get_or_throw.h.
|
overridenoexcept |
Definition at line 42 of file json_get_or_throw.h.
| char const* const json::JsonTypeMismatchError::key |
Definition at line 34 of file json_get_or_throw.h.
| std::string const json::JsonTypeMismatchError::expectedType |
Definition at line 35 of file json_get_or_throw.h.
|
mutable |
Definition at line 36 of file json_get_or_throw.h.