Searched refs:FormatError (Results 1 – 6 of 6) sorted by relevance
21 from _ctypes import FormatError478 descr = FormatError(code).strip()
76 msg = FormatError(ERROR_INVALID_PARAMETER).strip()
257 static WCHAR *FormatError(DWORD code) in FormatError() function1090 text = FormatError(errcode); in GetComError()1329 lpMsgBuf = FormatError(code); in format_error()
1166 raise FormatError('Invalid sequence specification: %s' %2150 class FormatError(Error): class
1933 .. function:: FormatError([code])2035 specified, :func:`FormatError` is called to get a textual description of the
1517 .. exception:: FormatError()