|
def | Message |
|
def | Errors |
|
def | ToJson |
|
Base class for rejected requests.
To be raised when parsing the request values and comparing them against the
generated discovery document.
def google.appengine.tools.dev_appserver_apiserver.RequestRejectionError.ToJson |
( |
|
self | ) |
|
JSON string representing the rejected value.
Calling this will fail on the base class since it relies on Message and
Errors being implemented on the class. It is up to a subclass to implement
these methods.
Returns:
JSON string representing the rejected value.
The documentation for this class was generated from the following file:
- code/googleappengine-read-only/python/google/appengine/tools/dev_appserver_apiserver.py