Searched refs:FormatError (Results 1 – 8 of 8) sorted by relevance
44 message_ = FormatError(format, args); in WasmError()58 static std::string FormatError(const char* format, va_list args);
54 std::string WasmError::FormatError(const char* format, va_list args) { in FormatError() function in v8::internal::wasm::WasmError
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()