Multiplex Errors
- Updated2023-02-17
- 2 minute(s) read
Multiplex Errors
Combines multiple error clusters into a single error cluster. error out is no error if the specified inputs do not contain an error or warning.

Inputs/Outputs

error in 1
Error cluster that you want to combine.
If you want to combine more than three error clusters, create an array of the error clusters you want to combine and use error array in.

error in 2
Error cluster that you want to combine.
If you want to combine more than three error clusters, create an array of the error clusters you want to combine and use error array in.

error in 3
Error cluster that you want to combine.
If you want to combine more than three error clusters, create an array of the error clusters you want to combine and use error array in.

error array in
An array of error clusters.

error out
A single error cluster that combines all of the errors and warnings specified.
Programming Patterns
Use Demultiplex Errors to recover the individual error clusters that you combine with Multiplex Errors.