TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ get_error_message()

template<typename BasicJsonType , typename InputAdapterType >
JSON_HEDLEY_RETURNS_NON_NULL constexpr const char * nlohmann::detail::lexer< BasicJsonType, InputAdapterType >::get_error_message ( ) const
inlineconstexprnoexcept

return syntax error message

Definition at line 8080 of file json.hpp.

8081 {
8082 return error_message;
8083 }
const char * error_message
a description of occurred lexer errors
Definition: json.hpp:8234