conversion_error.md
July 28, 2026 ยท View on GitHub
jsoncons::conversion_error
#include <jsoncons/conversion_result.hpp>
class conversion_error;
#### Accessors
std::error_code code() const noexcept;
Returns an error code.
const std::string& msg_arg() const noexcept
Returns an explanatory string
std::string message() const;
Returns an error message