App Engine Python SDK  v1.6.9 rev.445
The Python runtime is available as an experimental Preview feature.
Public Member Functions | List of all members
google.appengine.tools.dev_appserver_apiserver.RequestRejectionError Class Reference
Inheritance diagram for google.appengine.tools.dev_appserver_apiserver.RequestRejectionError:
google.appengine.tools.dev_appserver_apiserver.EnumRejectionError

Public Member Functions

def Message
 
def Errors
 
def ToJson
 

Detailed Description

Base class for rejected requests.

To be raised when parsing the request values and comparing them against the
generated discovery document.

Member Function Documentation

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: