Google App Engine
Feedback on this document

Remote Service Library Exceptions

Experimental!

Google Protocol RPC is an experimental, innovative, and rapidly changing new feature for Google App Engine. Unfortunately, being on the bleeding edge means that we may make backwards-incompatible changes to Google Protocol RPC. We will inform the community when this feature is no longer experimental.
 


The protorpc.remote package provides the following exception classes:

class ApplicationError()
Raised for application-specific errors.
class MethodNotFoundError()
Raised when an unknown method is requested by an RPC.
class NetworkError()
Raised when a network error occurs during an RPC.
class RequestError()
Raised when the wrong request objects are received during method invocation.
class RpcError()
This is the base class for all exceptions in this package.
class ServerError()
Raised when an unexpected error occurs on the server.

Authentication required

You need to be signed in with Google+ to do that.

Signing you in...

Google Developers needs your permission to do that.