Searched refs:nErrorText (Results 1 – 1 of 1) sorted by relevance
130 String nErrorText; in GetSpechialErrorText() local133 nErrorText = GenRealString( GET_ERROR()->aText ); in GetSpechialErrorText()134 nErrorText.AppendAscii( ": " ); in GetSpechialErrorText()135 nErrorText += String::CreateFromInt64( GET_ERROR()->nError ); in GetSpechialErrorText()139 nErrorText = GetErrorText(); in GetSpechialErrorText()141 return nErrorText; in GetSpechialErrorText()
Completed in 15 milliseconds