Searched defs:MessageError (Results 1 – 5 of 5) sorted by relevance
9 class MessageError(Exception): class
8 class MessageError(Exception): class
242 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *s) in MessageError() function in CExtractCallbackImp248 HRESULT CExtractCallbackImp::MessageError(const char *message, const FString &path) in MessageError() function in CExtractCallbackImp
331 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError() function in CExtractCallbackConsole
98 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function