Searched refs:error_body (Results 1 – 6 of 6) sorted by relevance
68 error_body = "A server error occurred. Please contact the administrator." variable in BaseHandler323 return [self.error_body]
120 error_body = b"A server error occurred. Please contact the administrator." variable in BaseHandler385 return [self.error_body]
489 "\r\n%s" % (h.error_status,len(h.error_body),h.error_body))
663 "\r\n" % (h.error_status,len(h.error_body))).encode('iso-8859-1')664 + h.error_body)
636 :attr:`error_headers`, and :attr:`error_body` attributes to generate an output658 .. attribute:: BaseHandler.error_body
671 :attr:`error_headers`, and :attr:`error_body` attributes to generate an output693 .. attribute:: BaseHandler.error_body