![]() |
This document is archived and information here might be outdated. Recommended version. |
Esri Calculator Error Types.
| Constant | Value | Description |
|---|---|---|
| esriCalculatorErrorNoScript | 0 | No script environment(VB/A) installed. |
| esriCalculatorErrorParse | 1 | Error parsing expression. |
| esriCalculatorErrorCode | 2 | Error running VB/A code. |
| esriCalculatorErrorEmptyVal | 3 | Empty value error (e.g. calculated value is invalid for the specified field). |
| esriCalculatorErrorPutValue | 4 | Error putting calculated value into the specified field. |
| esriCalculatorErrorStore | 5 | Error storing calculated value into the specified field. |
| esriCalculatorErrorAllEmptyVal | 6 | All calculated values are invalid. |