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

Type EncodingError

   object --+        
            |        
BaseException --+    
                |    
        Exception --+
                    |
                   EncodingError

Known Subclasses:
AlreadySigned

Could not encode this as a protocol message.

You should probably render it and show it to the user.
Method Summary
  __init__(self, response)
Inherited from Exception: __new__
Inherited from BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __str__
Inherited from object: __hash__, __reduce_ex__

Instance Variable Summary
OpenIDResponse response: The response that failed to encode.

Class Variable Summary
Inherited from BaseException: args, message

Instance Variable Details

response

The response that failed to encode.
Type:
OpenIDResponse

Generated by Epydoc 2.1 on Wed Nov 14 17:47:20 2007 http://epydoc.sf.net