Searched defs:errString (Results 1 – 4 of 4) sorted by relevance
50 std::string errString; variable
101 std::string errString; member
523 static void CreateNapiErrorObject(napi_env env, int32_t errorCode, const char* errString, in CreateNapiErrorObject()
437 void TLSSocket::CallOnErrorCallback(int32_t err, const std::string &errString) in CallOnErrorCallback()