Sleeping Wombat GUI  0.100
swGUI
ErrorCodes.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <rapidjson/error/error.h>
4 
5 const char* GetStringFromCode( rapidjson::ParseErrorCode code );
const char * GetStringFromCode(rapidjson::ParseErrorCode code)
Zwraca ciąg znaków reprezentujący kod błędu podany w parametrze.
Definition: ErrorCodes.cpp:35