Searched refs:MessageError (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython2/Lib/email/ |
D | errors.py | 9 class MessageError(Exception): class 13 class MessageParseError(MessageError): 25 class MultipartConversionError(MessageError, TypeError): 29 class CharsetError(MessageError):
|
/external/python/cpython3/Lib/email/ |
D | errors.py | 8 class MessageError(Exception): class 12 class MessageParseError(MessageError): 24 class MultipartConversionError(MessageError, TypeError): 28 class CharsetError(MessageError):
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.cpp | 242 STDMETHODIMP CExtractCallbackImp::MessageError(const wchar_t *s) in MessageError() function in CExtractCallbackImp 248 HRESULT CExtractCallbackImp::MessageError(const char *message, const FString &path) in MessageError() function in CExtractCallbackImp 640 MessageError(_currentFilePath); in ExtractResult() 641 MessageError(NError::MyFormatMessage(result)); in ExtractResult() 705 RINOK(MessageError("can not replace file with folder with same name", destPathSys)); in AskWrite() 714 RINOK(MessageError("can not replace folder with file with same name", destPathSys)); in AskWrite() 756 RINOK(MessageError("can not create name for file", destPathSys)); in AskWrite() 767 RINOK(MessageError("can not delete output file", destPathSys)); in AskWrite()
|
D | ExtractCallback.h | 180 HRESULT MessageError(const char *message, const FString &path);
|
/external/python/cpython2/Doc/library/ |
D | email.errors.rst | 11 .. exception:: MessageError() 21 class. It is derived from :exc:`MessageError`. 55 inherits from :exc:`MessageError` and the built-in :exc:`TypeError`.
|
/external/python/cpython3/Doc/library/ |
D | email.errors.rst | 14 .. 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`.
|
/external/lzma/CPP/7zip/UI/Common/ |
D | IFileExtractCallback.h | 51 STDMETHOD(MessageError)(const wchar_t *message) x; \
|
D | ArchiveExtractCallback.cpp | 404 return _extractCallback2->MessageError(s); in SendMessageError() 417 return _extractCallback2->MessageError(s); in SendMessageError_with_LastError() 425 return _extractCallback2->MessageError(s); in SendMessageError2()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | ExtractCallbackConsole.cpp | 378 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError() function in CExtractCallbackConsole
|
/external/protobuf/objectivec/ |
D | GPBMessage.m | 98 static NSError *MessageError(NSInteger code, NSDictionary *userInfo) { function 109 return MessageError(code, userInfo); 828 *errorPtr = MessageError(GPBMessageErrorCodeMissingRequiredField, nil); 860 *errorPtr = MessageError(GPBMessageErrorCodeMissingRequiredField, nil); 1933 *errorPtr = MessageError(GPBMessageErrorCodeMissingRequiredField, nil);
|