Package | Description |
---|---|
com.google.api.services.script | |
com.google.api.services.script.model |
Class and Description |
---|
ExecutionRequest
A request to run the function in a script.
|
Class and Description |
---|
ExecutionError
An object that provides information about the nature of an error resulting from an attempted
execution of a script function using the Apps Script API.
|
ExecutionRequest
A request to run the function in a script.
|
ExecutionResponse
An object that provides the return value of a function executed using the Apps Script API.
|
Operation
A representation of a execution of an Apps Script function that is started using run.
|
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 contains this `Status` object.
|