google_api_script v0.0.1 GoogleApi.Script.V1.Model.Status View Source

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.

Attributes

  • code (Integer): The status code. For this API, this value will always be 3, corresponding to an <code>INVALID_ARGUMENT</code> error. Defaults to: null.
  • details (List[Object]): An array that contains a single `ExecutionError` object that provides information about the nature of the error. Defaults to: null.
  • message (String): A developer-facing error message, which is in English. Any user-facing error message is localized and sent in the `google.rpc.Status.details` field, or localized by the client. Defaults to: null.