Home
last modified time | relevance | path

Searched refs:MessageError (Results 1 – 3 of 3) 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/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/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);