ErrorTable() |
void | DisposeError(int32_t errorId) |
void | Done() static |
const char* | GetError(int32_t errorId) |
void | Init() static |
int32_t | InstallError(const std::string& errorMessage) |
ErrorTable& | Instance() static |
std::unordered_map<int32_t, std::string> | errorMap |
std::unique_ptr<ErrorTable> | instance static |
std::mutex | mtx |
int32_t | nextErrorId |