Package openid :: Package server :: Module server :: Class EncodingError
[frames] | no frames]

Class EncodingError

source code

exceptions.Exception --+
                       |
                      EncodingError
Known Subclasses:
AlreadySigned

Could not encode this as a protocol message.

You should probably render it and show it to the user.

Instance Methods [hide private]
  __init__(self, response)

Inherited from exceptions.Exception: __getitem__, __str__


Instance Variables [hide private]
OpenIDResponse response
The response that failed to encode.

Method Details [hide private]

__init__(self, response)
(Constructor)

source code 
Overrides: exceptions.Exception.__init__

Instance Variable Details [hide private]

response


The response that failed to encode.
Type:
OpenIDResponse