Notice: Over the next few months, we're reorganizing the App Engine documentation site to make it easier to find content and better align with the rest of Google Cloud products. The same content will be available, but the navigation will now match the rest of the Cloud products. If you have feedback or questions as you navigate the site, click Send Feedback.

Python 2 is no longer supported by the community. We recommend that you migrate Python 2 apps to Python 3.

Remote Service Library Exceptions

Stay organized with collections Save and categorize content based on your preferences.

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.