Lines Matching defs:errors
26 from email import errors
195 defect = errors.MultipartInvariantViolationDefect()
235 defect = errors.MissingHeaderBodySeparatorDefect()
244 # necessary in the older parser, which could raise errors. All
314 defect = errors.NoBoundaryInMultipartDefect()
327 defect = errors.InvalidMultipartContentTransferEncodingDefect()
425 defect = errors.StartBoundaryNotFoundDefect()
438 defect = errors.CloseBoundaryNotFoundDefect()
484 defect = errors.FirstHeaderLineIsContinuationDefect(line)
510 defect = errors.MisplacedEnvelopeHeaderDefect(line)
522 defect = errors.InvalidHeaderDefect("Missing header name.")