Read Call Chain

Returns the call chain from where the error or warning occurred.

1378

Inputs/Outputs

datatype_icon

error in

An error cluster that you use to check for errors or warnings.

datatype_icon

call chain

An array of names representing the chain of callers from the location that the error or warning occurred to the current VI.

This array is empty if there is no error, the call chain has been overwritten with a string that describes the location at which the error occurred, or there is no location information at all.
datatype_icon

has location?

A Boolean that indicates whether you replaced the call chain with a string that describes the location at which the error occurred.

True The error cluster has location information other than a call chain. Use Read Location to access the information.
False The error cluster has no location information.