The HTTPConflict class is accessible via the paste.httpexceptions module.
409
''
'There was a conflict when trying to complete your request.'
()
'%(explanation)s\r\n<br/>%(detail)s\r\n<!-- %(comment)s -->'
'Conflict'
This exception as a WSGI application
text/html representation of the exception
text/plain representation of the exception
See the source for more information.
Top