errorCode property
The error code. Possible string values are:
- "REFRESH_CANCELLATION_ERROR_CODE_UNSPECIFIED" : Default value, do not use.
- "EXECUTION_NOT_FOUND" : Execution to be cancelled not found in the query engine or in Sheets.
- "CANCEL_PERMISSION_DENIED" : The user does not have permission to cancel the query.
- "QUERY_EXECUTION_COMPLETED" : The query execution has already completed and thus could not be cancelled.
- "CONCURRENT_CANCELLATION" : There is already another cancellation in process.
- "CANCEL_OTHER_ERROR" : All other errors.
Implementation
core.String? errorCode;