Retain First Error

Checks each error input in top-down order and returns the first error encountered.

This node looks for errors from top to bottom beginning with the first error in parameter and reports the first error found. If the node finds no errors, it looks for warnings and returns the first warning found. If the node finds no warnings, it returns no error.

1378

Inputs/Outputs

datatype_icon

error in

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

datatype_icon

error out

The first error found in an error in parameter. If this node finds no errors, error out contains the first warning found, if any.