| Home | Trees | Index | Help |
|
|---|
| Package openid :: Package server :: Module server :: Class ProtocolError |
|
object--+ |BaseException--+ |Exception--+ | ProtocolError
MalformedReturnURL,
MalformedTrustRoot,
UntrustedReturnURL| Method Summary | |
|---|---|
When an error occurs. | |
| str |
Encode a response in key-value colon/newline format. |
| str |
Encode a response as a URL for the user agent to GET. |
| bool |
Did this request have a return_to parameter? |
How should I be encoded? | |
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 | |
|---|---|
| dict | query: The query that is failing to be a valid OpenID request. |
| Class Variable Summary | |
|---|---|
Inherited from BaseException:
args,
message
|
| Method Details |
|---|
__init__(self,
query,
text=None)
When an error occurs.
|
encodeToKVForm(self)Encode a response in key-value colon/newline format. This is a machine-readable format used to respond to messages which came directly from the consumer and not through the user agent.
|
encodeToURL(self)Encode a response as a URL for the user agent to GET. You will generally use this URL with a HTTP redirect.
|
hasReturnTo(self)Did this request have a return_to parameter?
|
whichEncoding(self)How should I be encoded?
|
| Instance Variable Details |
|---|
queryThe query that is failing to be a valid OpenID request.
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jun 11 13:59:41 2007 | http://epydoc.sf.net |