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.

1378

Inputs/Outputs

datatype_icon

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.

Standard Error Behavior

datatype_icon

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.

Standard Error Behavior

datatype_icon

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.

Standard Error Behavior

datatype_icon

error array in

An array of error clusters.

datatype_icon

error out

A single error cluster that combines all of the errors and warnings specified.

The multiplexed error cluster uses error code 678100.

Standard Error Behavior

Programming Patterns

Use Demultiplex Errors to recover the individual error clusters that you combine with Multiplex Errors.