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