This documentation is for an older version of HVR.
How to Use HVR_THROW_WARN to Convert Errors Into Warnings
Question
How can I use HVR_THROW_WARN in the channel to convert errors into warnings?
Environment
HVR 5
Answer
You can configure HVR_THROW_WARN using the action Environment , for example:
Environment /Name=HVR_THROW_WARN /Value="JT0450"
If there are multiple errors (e.g. when you already have such an action for a different error), you can combine them into a single action (otherwise only one is picked up), as shown in the following example:
Environment /Name=HVR_THROW_WARN /Value-"JT0450|JT0451"
If you add this action using the HVRGUI, do not use double quotes (") for the values.