Sleeping Wombat Common Library  0.50.0
swCommonLibrary
ErrorCodes.h
1 #pragma once
2 
3 #include <rapidjson/error/error.h>
4 
5 const char* GetStringFromCode( rapidjson::ParseErrorCode code );