Read Call Chain
- Updated2023-02-17
- 2 minute(s) read
Read Call Chain
Returns the call chain from where the error or warning occurred.

Inputs/Outputs

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.

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. |