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.

1378

Inputs/Outputs

datatype_icon

error in

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

datatype_icon

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.