|
join 1.0
lightweight network framework library
|
JSON error category. More...
#include <json.hpp>


Public Member Functions | |
| virtual const char * | name () const noexcept |
| get JSON error category name. | |
| virtual std::string | message (int code) const |
| translate JSON error code to human readable error string. | |
JSON error category.
|
virtual |
translate JSON error code to human readable error string.
| code | error code. |
|
virtualnoexcept |
get JSON error category name.