Mask Errors VI

Owning Palette: Utility VIs

Requires: Logger

Masks and clears any error that matches the error codes listed. Masking changes an error from Recoverable or Fatal to either a Warning or Benign.

Mask Errors VI

c1di32Error Codes is a list of error codes to mask, or clear.
cerrcodeclstError In describes error conditions that occur before this node runs.
cenumSeverity is used to determine the logging level, or tag, for the error statement if found. p>Masked errors never display a prompt.

ierrcodeclstError Out contains error information. This output provides standard error out functionality.
iboolFound? indicates if any of the error codes in the list were found.