View source on GitHub
|
Errors thrown by apiproxy.MakeSyncCall.
Classes
class ApplicationError: Raised by APIProxy in the event of an application-level error.
class ArgumentError: Raised by APIProxy calls if there is an error parsing the arguments.
class CallNotFoundError: Raised by APIProxy calls when the requested method cannot be found.
class CancelledError: Raised by APIProxy calls if the call was cancelled, such as when the user's request is exiting.
class CapabilityDisabledError: Raised by APIProxy when API calls are temporarily disabled.
class DeadlineExceededError: Raised by APIProxy calls if the call took too long to respond.
class Error: Base APIProxy error type.
class FeatureNotEnabledError: Raised by APIProxy when the app must enable a feature to use this call.
class InterruptedError: Raised by APIProxy.Wait() when the wait is interrupted by an uncaught exception from some callback.
class OverQuotaError: Raised by APIProxy calls when they have been blocked due to a lack of available quota.
class RPCFailedError: Raised by APIProxy calls when the RPC to the application server fails.
class RpcAuthorityError: Raised by APIProxy when loading RPC authority from the environment.
View source on GitHub