Clearing error conditions
This page applies to Harlequin v13.1r0 and later; and to Harlequin MultiRIP but not Harlequin Core
To signal, in the pluginʹs D_CLEAR_ERROR
handler, that an error condition has been cleared, or to indicate a normal, error‐free state of operation, the plugin should set d_error
to:
DERR(DETYPE_CONTINUE, DERR_NONE)
At present, this is equivalent to setting it to zero. However, the macro and symbolic constant definitions could change.