Home | Trees | Indices | Help |
|
---|
|
exceptions.Exception --+ | ProtocolError
|
|||
__init__(self,
message,
text=None,
reference=None,
contact=None) When an error occurs. |
|||
str |
getReturnTo(self) Get the return_to argument from the request, if any. |
||
bool |
hasReturnTo(self) Did this request have a return_to parameter? |
||
toMessage(self) Generate a Message object for sending to the relying party, after encoding. |
|||
encodeToURL(self) | |||
encodeToKVForm(self) | |||
whichEncoding(self) How should I be encoded? |
|||
Inherited from |
|
|||
openid.message.Message |
message The query that is failing to be a valid OpenID request. |
|
When an error occurs.
|
Get the return_to argument from the request, if any.
|
Did this request have a return_to parameter?
|
Generate a Message object for sending to the relying party, after encoding. |
|
|
How should I be encoded?
|
|
messageThe query that is failing to be a valid OpenID request.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0alpha3 on Fri May 11 15:30:20 2007 | http://epydoc.sourceforge.net |