type property
The type of error. Possible string values are:
- "ERROR_TYPE_UNSPECIFIED" : The default error type, do not use this.
- "ERROR" : Corresponds to the
#ERROR!
error. - "NULL_VALUE" : Corresponds to the
#NULL!
error. - "DIVIDE_BY_ZERO" : Corresponds to the
#DIV/0
error. - "VALUE" : Corresponds to the
#VALUE!
error. - "REF" : Corresponds to the
#REF!
error. - "NAME" : Corresponds to the
#NAME?
error. - "NUM" : Corresponds to the
#NUM!
error. - "N_A" : Corresponds to the
#N/A
error. - "LOADING" : Corresponds to the
Loading...
state.
Implementation
core.String? type;