Searched defs:ErrorInfo (Results 1 – 3 of 3) sorted by relevance
39 struct ErrorInfo { struct42 …ErrorInfo(uint32_t errorCode = 0, std::string message = "") : errorCode_(errorCode), message_(mess… in errorCode_() argument
50 struct ErrorInfo { struct58 void (*Dump)(const char *logDir, struct ErrorInfo *info); argument