Class | Description |
---|---|
ExecutionError |
An object that provides information about the nature of an error in the Apps Script Execution
API.
|
ExecutionRequest |
A request to run the function in a script.
|
ExecutionResponse |
An object that provides the return value of a function executed through the Apps Script Execution
API.
|
Operation |
The response will not arrive until the function finishes executing.
|
ScriptStackTraceElement |
A stack trace through the script that shows where the execution failed.
|
Status |
If a `run` call succeeds but the script function (or Apps Script itself) throws an exception, the
response body's `error` field will contain this `Status` object.
|