Read Location
- Updated2023-02-17
- 2 minute(s) read
Read Location
Returns a string that describes where the error or warning occurred. Use this node if the code that generated the error overrides the call chain because the location at which the error occurred cannot be described by a call chain. For example, if the error occurred across a network connection the location might be network URL or a more specific string describing the location.

Inputs/Outputs

location
A string describing where the error or warning occurred.
This string is empty if the error cluster contains no location information. If the error cluster contains a call chain, this node returns the call chain formatted as a single, multiline string.