Home | History | Annotate | Download | only in paste

Lines Matching full:explanation

117       4. Each exception has a default explanation, but those who
128 ``explanation``
129 a plain-text explanation of the error message that is
131 it is accessible in the template via %(explanation)s
141 the explanation and further detail provided in the
161 explanation, one must subclass the given exception; or customize it
163 into explanation, detail and template allows both the creation of
170 explanation = ''
173 template = "%(explanation)s\r\n<br/>%(detail)s\r\n<!-- %(comment)s -->"
196 self.code, self.title, self.explanation, self.detail))
200 args = {'explanation': escfunc(self.explanation),
316 explanation = 'The resource has been moved to'
318 '%(explanation)s <a href="%(location)s">%(location)s</a>;\r\n'
367 explanation = 'The resource was found at'
394 explanation = (
407 # server SHOULD include an entity containing an explanation of the error
424 explanation = ('The server could not comply with the request since\r\n'
433 explanation = (
442 explanation = ('Access was denied for financial reasons.')
447 explanation = ('Access was denied to this resource.')
452 explanation = ('The resource could not be found.')
473 explanation = ('Authentication /w a local proxy is needed.')
478 explanation = ('The server has waited too long for the request to '
484 explanation = ('There was a conflict when trying to complete '
490 explanation = ('This resource is no longer available. No forwarding '
496 explanation = ('Content-Length header required.')
501 explanation = ('Request precondition failed.')
506 explanation = ('The body of your request was too large for this server.')
511 explanation = ('The request URI was too long for this server.')
523 explanation = ('The Range requested is not available.')
528 explanation = ('Expectation failed.')
533 explanation = ('The client has sent too many requests to the server.')
541 # server SHOULD include an entity containing an explanation of the error
558 explanation = (
575 explanation = ('Bad gateway.')
580 explanation = ('The server is currently unavailable. '
586 explanation = ('The gateway has timed out.')
591 explanation = ('The HTTP version is not supported.')