Home
last modified time | relevance | path

Searched refs:MessageError (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/email/
Derrors.py8 class MessageError(Exception): class
12 class MessageParseError(MessageError):
24 class MultipartConversionError(MessageError, TypeError):
28 class CharsetError(MessageError):
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp244 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *s) in MessageError() function in CExtractCallbackImp
250 HRESULT CExtractCallbackImp::MessageError(const char *message, const FString &path) in MessageError() function in CExtractCallbackImp
647 MessageError(_currentFilePath); in ExtractResult()
648 MessageError(NError::MyFormatMessage(result)); in ExtractResult()
712 RINOK(MessageError("Cannot replace file with folder with same name", destPathSys)); in AskWrite()
721 RINOK(MessageError("Cannot replace folder with file with same name", destPathSys)); in AskWrite()
766 RINOK(MessageError("Cannot create name for file", destPathSys)); in AskWrite()
777 RINOK(MessageError("Cannot delete output file", destPathSys)); in AskWrite()
DExtractCallback.h180 HRESULT MessageError(const char *message, const FString &path);
/third_party/python/Doc/library/
Demail.errors.rst14 .. exception:: MessageError()
25 :exc:`MessageError`. This class is also used internally by the parser used
52 inherits from :exc:`MessageError` and the built-in :exc:`TypeError`.
/third_party/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h51 STDMETHOD(MessageError)(const wchar_t *message) x; \
DArchiveExtractCallback.cpp537 return _extractCallback2->MessageError(s); in SendMessageError()
551 return _extractCallback2->MessageError(s); in SendMessageError_with_LastError()
564 return _extractCallback2->MessageError(s); in SendMessageError2()
/third_party/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp397 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError() function in CExtractCallbackConsole
/third_party/protobuf/objectivec/
DGPBMessage.m115 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function
880 *errorPtr = MessageError(GPBMessageErrorCodeMissingRequiredField, nil);
911 *errorPtr = MessageError(GPBMessageErrorCodeMissingRequiredField, nil);
2021 *errorPtr = MessageError(GPBMessageErrorCodeMissingRequiredField, nil);