Searched refs:error_body (Results 1 – 3 of 3) sorted by relevance
120 error_body = b"A server error occurred. Please contact the administrator." variable in BaseHandler399 return [self.error_body]
703 "\r\n" % (h.error_status,len(h.error_body))).encode('iso-8859-1')704 + h.error_body)
673 :attr:`error_headers`, and :attr:`error_body` attributes to generate an output695 .. attribute:: BaseHandler.error_body