Errors: IStringList;
The Errors property returns the list of error or warning messages.
The list of error messages is set using the IMsProblemCalculationCallback.OnError method, and the list of warning messages is set using the IMsProblemCalculationCallback.OnWarning method.
The property use is given in the example for IAlgorithmCalculationResult.HasError.
See also: