MCPcopy Create free account
hub / github.com/PABannier/bark.cpp / get_error_message

Function get_error_message

examples/server/json.hpp:8773–8777  ·  view source on GitHub ↗

return syntax error message

Source from the content-addressed store, hash-verified

8771
8772 /// return syntax error message
8773 JSON_HEDLEY_RETURNS_NON_NULL
8774 constexpr const char* get_error_message() const noexcept
8775 {
8776 return error_message;
8777 }
8778
8779 /////////////////////
8780 // actual scanner

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected