Codes of errors in the WaterSteamPro's calculations
The function "wspGETLASTERROR()" returns code of an error occured in the last call of the WaterSteamPro's function.
Possible values:
- "0" - "No error occurs" - there was no error;
- "1" - "Bad parameters: error occur in float-point calculations" – incorrect parameters - error at calculations with a floating point;
- "2" - "Function is not defined for this parameters range" – arguments exterior to range of definition of a called function;
- "3" - "Root not found for maximum iteration's count" – it is impossible to find value of density in the third area. This error occure if the given number of iterations (the function "wspGETMAXITERATION()") does not provide the required accuracy (function "wspGETDELTAPRESSURE()");
- "4" - "Can't understand water state area" – unknown area of water state;
- "5" - "Beta testing is over. Please get new version" – beta release program testing time is over (does not exist in the complete program version);
- "6" - "Registration error. Please reinstall WaterSteamPro" – safeguard error (occur at operations with unregistered version).
"7" - "This function is available only in registered version of the WaterSteamPro" – from version 5.2 all new functions work only in registered versions. It's not affect the functions getting from the earlier versions.
"8" - "This function in current version of the WaterSteamPro is not implemented. Try more new version" - it's mean that function is not implemented in current version of the WaterSteamPro but only declared. It may be implemented in feature version of the program.
"9" - "Insufficient memory" - Low memory available.