AuthKit

 

PermissionError

Base class from which NotAuthenticatedError and NotAuthorizedError are inherited.


Attributes

a code

400

a comment

''

a detail

''

a explanation

'The server could not comply with the request since\r\nit is either malformed or otherwise incorrect.\r\n'

a required_headers

()

a template

'%(explanation)s\r\n<br/>%(detail)s\r\n<!-- %(comment)s -->'

a title

'Bad Request'

Methods

f __call__(self, environ, start_response, exc_info=None) ...

This exception as a WSGI application

f __getitem__(...) ...

f __init__(self, detail=None, headers=None, comment=None) ...

See the source for more information.