Diagnostics.ErrorMessages Property

Top 

Description

Returns a StringArray containing logged error messages suppressed using a Try command since the beginning of this Mission Plan's execution. Error messages will consist of the error message and the line number where it occurred.

 

The text of FreeFlyer error messages can change between versions of FreeFlyer, so it is recommended to not build logic around the contents of these messages.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

Array of string

Access:

read

 

Syntax

myString1 = myDiagnostics1.ErrorMessages[0];

 

See also

Diagnostics Object