errorCode property

String? errorCode
getter/setter pair

The type of error. Possible string values are:

  • "ERROR_CODE_UNSPECIFIED" : The script error is not specified or is unknown in this version.
  • "SYNTAX_ERROR" : The script has a syntax error.
  • "DEPRECATED_SYNTAX" : The script uses deprecated syntax.
  • "INTERNAL_ERROR" : Internal errors were thrown while processing the script.

Implementation

core.String? errorCode;