Retain First Error
- Updated2023-02-17
- 1 minute(s) read
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.

Inputs/Outputs

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.