| ITrainerErrorStatus Property |
The error status.
Namespace: Imsl.DataMining.NeuralAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
SyntaxReadOnly Property ErrorStatus As Integer
Get
property int ErrorStatus {
int get ();
}abstract ErrorStatus : int with get
Property Value
Type:
Int32
An
int specifying the error. If there was no error, zero is
returned.
Remarks
A non-zero return indicates a potential problem with the trainer.
See Also