The OdbAnalysisError object stores the description of different errors encountered during the analysis.
import visualization session.odbData[name].diagnosticData.analysisErrors[i]
The OdbAnalysisError object has the following members:
An int specifying the increment number where the analysis was aborted. This attribute is read-only.
An int specifying the iteration number where the analysis was aborted. This attribute is read-only.
An int specifying the attempt number on which the analysis was aborted. This attribute is read-only.
String specifying the category of error. This attribute is read-only.
An OdbAuxiliaryData object.
String specifying the cause of the error. This attribute is read-only.
String specifying the exact nature of the problem. This attribute is read-only.
String specifying the exact reason for the error encountered. This attribute is read-only.
An int specifying the number of variations. This attribute is read-only.
An int specifying the step number on which the error was encountered. This attribute is read-only.