Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/email/
Derrors.py9 class MessageError(Exception): class
13 class MessageParseError(MessageError):
25 class MultipartConversionError(MessageError, TypeError):
29 class CharsetError(MessageError):
/external/python/cpython3/Lib/email/
Derrors.py8 class MessageError(Exception): class
12 class MessageParseError(MessageError):
24 class MultipartConversionError(MessageError, TypeError):
28 class CharsetError(MessageError):
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.cpp242 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
642 MessageError(_currentFilePath); in ExtractResult()
643 MessageError(NError::MyFormatMessage(result)); in ExtractResult()
707 RINOK(MessageError("can not replace file with folder with same name", destPathSys)); in AskWrite()
716 RINOK(MessageError("can not replace folder with file with same name", destPathSys)); in AskWrite()
758 RINOK(MessageError("can not create name for file", destPathSys)); in AskWrite()
766 RINOK(MessageError("can not delete output file", destPathSys)); in AskWrite()
DExtractCallback.h180 HRESULT MessageError(const char *message, const FString &path);
/external/python/cpython2/Doc/library/
Demail.errors.rst11 .. 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/
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`.
/external/lzma/CPP/7zip/UI/Common/
DIFileExtractCallback.h51 STDMETHOD(MessageError)(const wchar_t *message) x; \
DArchiveExtractCallback.cpp393 return _extractCallback2->MessageError(s); in SendMessageError()
407 return _extractCallback2->MessageError(s); in SendMessageError_with_LastError()
416 return _extractCallback2->MessageError(s); in SendMessageError2()
/external/lzma/CPP/7zip/UI/Console/
DExtractCallbackConsole.cpp331 STDMETHODIMP CExtractCallbackConsole::MessageError(const wchar_t *message) in MessageError() function in CExtractCallbackConsole
/external/protobuf/objectivec/
DGPBMessage.m98 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);