\google\appengine\runtime
bookmark_borderbookmark
Stay organized with collections
Save and categorize content based on your preferences.
Classes
Thrown by APIProxy in the event of an application-level error.
Thrown by APIProxy calls if there is an error parsing the arguments.
Thrown by APIProxy calls when the requested method cannot be found.
Thrown by APIProxy calls if the call was cancelled, such as when
the user's request is exiting.
Thrown by APIProxy when API calls are temporarily disabled.
Thrown by APIProxy calls if the call took too long to respond.
Handle direct file uploads by placing contents in virtual file system.
Base APIProxy error type.
Thrown by APIProxy when the app must enable a feature to use this call.
Thrown by APIProxy calls when they have been blocked due to a lack of
available quota.
Thrown by APIProxy calls if the request was too large.
Thrown by APIProxy calls if the response was too large.
Thrown by APIProxy calls when the RPC to the application server
fails.
An ApiProxy implementation that communicates with the VMRuntime Service
bridge.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2022-07-21 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2022-07-21 UTC."],[[["The content outlines various classes related to the `ApiProxy` in the Google App Engine runtime environment."],["Several error classes are detailed, including `ApplicationError`, `ArgumentError`, `CallNotFoundError`, `CancelledError`, `CapabilityDisabledError`, `DeadlineExceededError`, `FeatureNotEnabledError`, `OverQuotaError`, `RequestTooLargeError`, `ResponseTooLargeError`, and `RPCFailedError`, which are thrown under specific conditions during APIProxy calls."],["There are also different `ApiProxy` implementations such as `ApiProxy`, `ApiProxyBase`, `RealApiProxy`, `RemoteApiProxy`, and `VmApiProxy`, each likely serving a different purpose or context within the environment."],["The `DirectUploadHandler` class is provided to handle the direct upload of files into a virtual file system."]]],[]]