TheFieldCalculationResultStatus |
Scroll |
The result of a field calculation.
Name |
Dec Value |
Description |
CalculationSuccess |
0 |
The calculation completed without errors. |
DivisionByZero |
1 |
The calculation failed because of a division by zero occurred. |
CalculationValueOutOfRange |
2 |
Occurs if a calculation result is bigger than the index data field type allows. |
UnknownCalculationError |
3 |
Unexpected error. Check the Event Log for more details. |
CalculationFieldNotFound |
4 |
Occurs if a field that is part of the calculation was not found. This can happen if a field that is used in a calculation has been deleted from the category. |
OtherCalculationError |
5 |
Any other calculation error. |
CalculationUnsupported |
6 |
If field types of incompatible data types for calculation are combined in one formula. |