Home | Trees | Index | Help |
|
---|
Package openid :: Package server :: Module server :: Class EncodingError |
|
object
--+ |BaseException
--+ |Exception
--+ | EncodingError
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 |
---|
responseThe response that failed to encode.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 6 15:54:34 2008 | http://epydoc.sf.net |